From 337755b9800f19f00e1ccb805a019bdc1b79501a Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 7 Feb 2024 14:04:52 -0700 Subject: [PATCH] Docker v1.101.0rc1 Signed-off-by: Tommy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86ff639..a4730d4 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.0 +ARG SYNAPSE_VERSION=1.101.0rc1 ARG PYTHON_VERSION=3.11 ARG HARDENED_MALLOC_VERSION=11 ARG UID=991