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