Skip to content

Commit

Permalink
Revert "Update glibc to 2.35-r0 (#33)"
Browse files Browse the repository at this point in the history
This reverts commit e97cf4d.
  • Loading branch information
koral-- authored Nov 29, 2022
1 parent e97cf4d commit dc6437c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ RUN set -xeo pipefail && \
wget -O "/etc/apk/keys/sgerrand.rsa.pub" \
"https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub" && \
wget -O "/tmp/glibc.apk" \
"https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apk" && \
"https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk" && \
wget -O "/tmp/glibc-bin.apk" \
"https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-bin-2.35-r0.apk" && \
"https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-bin-2.34-r0.apk" && \
apk add "/tmp/glibc.apk" "/tmp/glibc-bin.apk" && \
rm "/etc/apk/keys/sgerrand.rsa.pub" && \
rm "/root/.wget-hsts" && \
Expand Down

0 comments on commit dc6437c

Please sign in to comment.