From 17c4c28f19e7e96806febd901c33c0b10a6e3514 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 31 Jan 2024 05:18:35 -0700 Subject: [PATCH] Synapse v1.110.0 Signed-off-by: Tommy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e522c74..86ff639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # License for the specific language governing permissions and limitations under # the License. -ARG SYNAPSE_VERSION=1.110.0rc3 +ARG SYNAPSE_VERSION=1.110.0 ARG PYTHON_VERSION=3.11 ARG HARDENED_MALLOC_VERSION=11 ARG UID=991