1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-09-19 04:44:41 -04:00

Compare commits

..

2 Commits

Author SHA1 Message Date
0ed8e2091e
Pin Python version for final container
Signed-off-by: Tommy <contact@tommytran.io>
2023-10-10 11:39:58 -07:00
a628cf4bea
Synapse v1.94.0
Signed-off-by: Tommy <contact@tommytran.io>
2023-10-10 11:18:45 -07:00

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.94.0rc1
ARG SYNAPSE_VERSION=1.94.0
ARG PYTHON_VERSION=3.11
ARG HARDENED_MALLOC_VERSION=11
ARG UID=991
@ -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"