From 491582833119113fdf13dc04339dafa21177ff33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 04:50:39 +0000 Subject: [PATCH] Update dependency sgerrand/alpine-pkg-glibc to v2.35-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2bb8b9..d767460 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/etc/apk/cache,id=apk \ python3 \ ruby -ARG GLIBC_VERSION=2.33-r0 +ARG GLIBC_VERSION=2.35-r0 RUN --mount=type=cache,target=/etc/apk/cache,id=apk \ wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \ && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk \