Skip to content

Commit dd24f8f

Browse files
authored
update rsa pub location
1 parent 1f4dcea commit dd24f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases
2121
ALPINE_GLIBC_I18N_PACKAGE_FILENAME="glibc-i18n-$ALPINE_GLIBC_PACKAGE_VERSION.apk" && \
2222
apk add --no-cache --virtual=.build-dependencies wget ca-certificates && \
2323
wget \
24-
"https://raw.githubusercontent.com/andyshinn/alpine-pkg-glibc/master/sgerrand.rsa.pub" \
24+
"https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub" \
2525
-O "/etc/apk/keys/sgerrand.rsa.pub" && \
2626
wget \
2727
"$ALPINE_GLIBC_BASE_URL/$ALPINE_GLIBC_PACKAGE_VERSION/$ALPINE_GLIBC_BASE_PACKAGE_FILENAME" \

0 commit comments

Comments
 (0)