Skip to content

Commit

Permalink
chore(docker): bump python from 3.11-slim to 3.12-slim in /Docker/dev…
Browse files Browse the repository at this point in the history
…/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
  • Loading branch information
dependabot[bot] and SaptarshiSarkar12 authored Feb 21, 2024
1 parent e0cfccc commit f5a1d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/dev/CLI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5a1d9f

Please sign in to comment.