mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-09 18:21:33 -05:00
Pin Python version for final container
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
a628cf4bea
commit
0ed8e2091e
@ -44,7 +44,7 @@ RUN apk -U upgrade \
|
|||||||
|
|
||||||
### Build Production
|
### Build Production
|
||||||
|
|
||||||
FROM python:alpine
|
FROM python:${PYTHON_VERSION}-alpine
|
||||||
|
|
||||||
LABEL maintainer="Thien Tran contact@tommytran.io"
|
LABEL maintainer="Thien Tran contact@tommytran.io"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user