From f5a1d9f477721668e80cd302a4aae6d36e74416c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:03:39 +0530 Subject: [PATCH] chore(docker): bump python from 3.11-slim to 3.12-slim in /Docker/dev/CLI (#437) chore(docker): bump python in /Docker/dev/CLI Bumps python from 3.11-slim to 3.12-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saptarshi Sarkar --- Docker/dev/CLI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/dev/CLI/Dockerfile b/Docker/dev/CLI/Dockerfile index 9fe08ade2..6670046da 100644 --- a/Docker/dev/CLI/Dockerfile +++ b/Docker/dev/CLI/Dockerfile @@ -15,7 +15,7 @@ RUN gcc -c /build/config/missing_symbols.c -o /build/config/missing_symbols-ubun RUN mvn clean install RUN mvn -P build-drifty-cli-for-ubuntu-latest package -FROM python:3.11-slim +FROM python:3.12-slim WORKDIR /app COPY --from=build /app/CLI/target/CLI/linux /app