From 387174d2a7af937e8301ba63d792f3b4de7907fb Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 30 Jul 2024 13:18:22 -0700 Subject: [PATCH] Synapse v1.112.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 26edf19..f450b40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG SYNAPSE_VERSION=1.112.0rc1 +ARG SYNAPSE_VERSION=1.112.0 ARG PYTHON_VERSION=3.12 ARG ALPINE_VERSION=3.20 ARG HARDENED_MALLOC_VERSION=12 @@ -82,4 +82,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 \ No newline at end of file + CMD curl -fSs http://localhost:8008/health || exit 1