From 904be9e913ab46cb0424839fd139ae980f95be9e Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 29 Feb 2024 14:39:37 -0700 Subject: [PATCH] Synapse v1.102.0rc1 Signed-off-by: Tommy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4730d4..1d32a82 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.101.0rc1 +ARG SYNAPSE_VERSION=1.102.0rc1 ARG PYTHON_VERSION=3.11 ARG HARDENED_MALLOC_VERSION=11 ARG UID=991