Skip to content

Commit c11b532

Browse files
Update python Docker tag to v3.11
1 parent 56ded65 commit c11b532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use a lightweight Python image
2-
FROM python:3.9-slim-buster
2+
FROM python:3.11-slim-buster
33

44
# Set the working directory to /app
55
WORKDIR /app

0 commit comments

Comments
 (0)