diff --git a/Dockerfile b/Dockerfile index c04742e..1f3633f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file + CMD curl -fSs http://localhost:8008/health || exit 1