From f2df1c73bb4fc4eb02dd6517cff8612945f10f05 Mon Sep 17 00:00:00 2001 From: Jeremy Shimko Date: Fri, 8 Oct 2021 13:39:42 -0400 Subject: [PATCH] revert glibc bump --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 408f22b..72fc0d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apk --no-cache upgrade RUN apk add --update bash ca-certificates git python3 jq # https://github.com/sgerrand/alpine-pkg-glibc/releases -ENV GLIBC_VER=2.34-r0 +ENV GLIBC_VER=2.33-r0 # install glibc compatibility for alpine and aws-cli v2 # https://github.com/aws/aws-cli/issues/4685#issuecomment-615872019