We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfd90a commit 2bea4f3Copy full SHA for 2bea4f3
docker/simple/Dockerfile
@@ -1,5 +1,5 @@
1
# Define the image argument and provide a default value
2
-ARG IMAGE=python:3-slim-bullseye
+ARG IMAGE=python:3-slim-bookworm
3
4
# Use the image as specified
5
FROM ${IMAGE}
0 commit comments