Updated the Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
# Use the official lightweight Python image.
|
||||
# https://hub.docker.com/_/python
|
||||
FROM python:3.9-slim-bullseye
|
||||
FROM python:3.11-slim
|
||||
|
||||
# Allow statements and log messages to immediately appear in the logs
|
||||
ENV PYTHONUNBUFFERED True
|
||||
|
||||
Reference in New Issue
Block a user