mirror of
https://github.com/tommytran732/Synapse-Docker
synced 2024-11-08 11:51:35 -05:00
Pin Python version
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
645ef1585d
commit
93bfdeb086
@ -1,4 +1,5 @@
|
||||
ARG SYNAPSE_VERSION=1.89.0
|
||||
ARG PYTHON_VERSION=3.11
|
||||
ARG HARDENED_MALLOC_VERSION=11
|
||||
ARG UID=991
|
||||
ARG GID=991
|
||||
@ -20,7 +21,7 @@ RUN apk -U upgrade \
|
||||
|
||||
|
||||
### Build Synapse
|
||||
FROM python:alpine as builder
|
||||
FROM python:${PYTHON_VERSION}-alpine as builder
|
||||
|
||||
ARG SYNAPSE_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user