Skip to content

Commit

Permalink
Update dependency sgerrand/alpine-pkg-glibc to v2.35-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2023
1 parent 2d7ba2c commit 98d170d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 98d170d

Please sign in to comment.