Skip to content

Commit 2165b3e

Browse files
authored
Update dockerfile (#231)
Change base since buster is no longer supported??!
1 parent 4a5fe1f commit 2165b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfile

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

33
WORKDIR /app
44
COPY . /app/

0 commit comments

Comments
 (0)