Pin Docker image to Python 3.11-alpine
This commit is contained in:
parent
601a4bf78d
commit
80ef73fe58
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:alpine
|
||||
FROM python:3.11-alpine
|
||||
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
ISSUER_NAME=letsencrypt \
|
||||
|
|
Reference in a new issue