From 500e4259be7d0ebcb1d4160c63132da8821d9c33 Mon Sep 17 00:00:00 2001 From: Chris Nixon Date: Mon, 11 Sep 2023 11:56:12 +0100 Subject: [PATCH] chore: bump zlib to supported version --- rust/debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/debian/Dockerfile b/rust/debian/Dockerfile index 3cffdcc..7d1c335 100644 --- a/rust/debian/Dockerfile +++ b/rust/debian/Dockerfile @@ -180,7 +180,7 @@ RUN --mount=type=secret,id=aws,target=/root/.aws/credentials \ ## Install static Zlib -ARG ZLIB_VERSION=1.2.13 +ARG ZLIB_VERSION=1.3 RUN --mount=type=secret,id=aws,target=/root/.aws/credentials \ if [ -z "$SCCACHE_BUCKET" ]; then unset CC_WRAPPER; fi; \