Skip to content

Commit d4f3035

Browse files
update python base image
1 parent 93b282f commit d4f3035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intro/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim: set filetype=Dockerfile:
2-
FROM python:3.11-slim-buster
2+
FROM python:3.11-slim-bookworm
33

44
ENV POETRY_HOME="/opt/poetry" \
55
POETRY_VIRTUALENVS_CREATE=false \

0 commit comments

Comments
 (0)