1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-09-18 20:34:42 -04:00

Pin Python version for final container

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-10-10 11:39:58 -07:00 committed by GitHub
parent a628cf4bea
commit 0ed8e2091e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ RUN apk -U upgrade \
### Build Production
FROM python:alpine
FROM python:${PYTHON_VERSION}-alpine
LABEL maintainer="Thien Tran contact@tommytran.io"