Skip to content

Commit 40766cb

Browse files
melodysiumMelody Griesenbehackl
authored
Update Docker base image to python3.12-slim (#3458) (#3459)
* Update Docker base image to python3.12-slim (#3458) * Update docker/Dockerfile --------- Co-authored-by: Melody Griesen <[email protected]> Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 7590086 commit 40766cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim
1+
FROM python:3.11-slim
22

33
RUN apt-get update -qq \
44
&& apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)