Synapse v1.76.0

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-02-04 05:13:05 -05:00 committed by GitHub
parent 6de9471453
commit 00856d2f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.75.0
ARG SYNAPSE_VERSION=1.76.0
ARG HARDENED_MALLOC_VERSION=11
ARG UID=991
ARG GID=991
@ -83,4 +83,4 @@ EXPOSE 8008/tcp 8009/tcp 8448/tcp
ENTRYPOINT ["python3", "start.py"]
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
CMD curl -fSs http://localhost:8008/health || exit 1
CMD curl -fSs http://localhost:8008/health || exit 1