Skip to content

Commit 3e657b4

Browse files
authored
Merge pull request #2033 from mannychang/master
Update glibc version to 2.28-r0
2 parents 03b0cc3 + e233075 commit 3e657b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
FROM alpine:3.7
22
33

4-
ENV GLIBC_VERSION "2.27-r0"
4+
ENV GLIBC_VERSION "2.28-r0"
55

66
RUN apk --no-cache add ca-certificates wget device-mapper findutils && \
77
apk --no-cache add zfs --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
88
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
9-
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub && \
9+
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \
1010
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk && \
11-
wget https://github.com/andyshinn/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-bin-${GLIBC_VERSION}.apk && \
11+
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-bin-${GLIBC_VERSION}.apk && \
1212
apk add glibc-${GLIBC_VERSION}.apk glibc-bin-${GLIBC_VERSION}.apk && \
1313
/usr/glibc-compat/sbin/ldconfig /lib /usr/glibc-compat/lib && \
1414
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && \

0 commit comments

Comments
 (0)