Skip to content

Commit

Permalink
[docker] Bump debian from 11-slim to 12-slim
Browse files Browse the repository at this point in the history
Bumps debian from 11-slim to 12-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent 07c68e7 commit 0d5f198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11-slim AS build
FROM debian:12-slim AS build
RUN apt-get update && \
apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev && \
python3 -m venv /venv && \
Expand Down

0 comments on commit 0d5f198

Please sign in to comment.