1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-11-22 08:41:32 -05:00

Compare commits

..

No commits in common. "0ed8e2091e88edd3b1d449025fc65bcbe6c5cd3f" and "3df0590a03d2909779d0a1caf9723c4f4cd16473" have entirely different histories.

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.94.0 ARG SYNAPSE_VERSION=1.94.0rc1
ARG PYTHON_VERSION=3.11 ARG PYTHON_VERSION=3.11
ARG HARDENED_MALLOC_VERSION=11 ARG HARDENED_MALLOC_VERSION=11
ARG UID=991 ARG UID=991
@ -44,7 +44,7 @@ RUN apk -U upgrade \
### Build Production ### Build Production
FROM python:${PYTHON_VERSION}-alpine FROM python:alpine
LABEL maintainer="Thien Tran contact@tommytran.io" LABEL maintainer="Thien Tran contact@tommytran.io"