Skip to content

Commit

Permalink
pin alpine repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
pfandzelter committed May 23, 2024
1 parent a79fdc4 commit 85e8e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN wget http://dl-cdn.alpinelinux.org/alpine/v${ALPINE_VERSION_MAJOR}.${ALPINE_

# install dependencies in minirootfs
RUN cp /etc/resolv.conf ./rootfs/etc/resolv.conf && \
chroot ./rootfs/ apk -X "http://dl-5.alpinelinux.org/alpine/latest-stable/main" -U --allow-untrusted --root / --initdb add \
chroot ./rootfs/ apk -X "http://dl-5.alpinelinux.org/alpine/v${ALPINE_VERSION_MAJOR}.${ALPINE_VERSION_MINOR}/main" -U --allow-untrusted --root / --initdb add \
openrc \
ca-certificates \
alpine-base \
Expand Down

0 comments on commit 85e8e5f

Please sign in to comment.