Skip to content

Commit a7b0638

Browse files
authored
Update Dockerfile to newer linux dist
slim-buster is now deprecated, switch to slim-bookworm
1 parent 698313b commit a7b0638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Debian linux distribution with python 3.9
2-
FROM --platform=linux/amd64 python:3.9-slim-buster
2+
FROM --platform=linux/amd64 python:3.9-slim-bookworm
33

44
# Set the working directory
55
WORKDIR /pyspi_project

0 commit comments

Comments
 (0)