Skip to content

Commit

Permalink
Bump container base image to Debian 12 and Python 3.12 (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Nov 25, 2024
1 parent 839e233 commit 702b99f
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 python:3.11-slim-bullseye
FROM python:3.12-slim-bookworm

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 702b99f

Please sign in to comment.