Skip to content

Commit 2bea4f3

Browse files
authored
Update Dockerfile
1 parent acfd90a commit 2bea4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/simple/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define the image argument and provide a default value
2-
ARG IMAGE=python:3-slim-bullseye
2+
ARG IMAGE=python:3-slim-bookworm
33

44
# Use the image as specified
55
FROM ${IMAGE}

0 commit comments

Comments
 (0)