From 1a7b6438c340e72b3838f2a5d7780ebc257db2ed Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 22 Jan 2024 05:25:12 -0700 Subject: [PATCH] Synapse v1.99.0 Signed-off-by: Tommy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dd2c1f..8406766 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.98.0 +ARG SYNAPSE_VERSION=1.99.0 ARG PYTHON_VERSION=3.11 ARG HARDENED_MALLOC_VERSION=11 ARG UID=991