Skip to content

Commit b132b0e

Browse files
bryanlattenBryan Latten
andauthored
Alpine: edge repos now support HTTPS (#65)
Co-authored-by: Bryan Latten <[email protected]>
1 parent 3a5ddd5 commit b132b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY ./container/root/scripts/* /scripts/
1010
# - Add S6 for zombie reaping, boot-time coordination, signal transformation/distribution: @see https://github.com/just-containers/s6-overlay#known-issues-and-workarounds
1111
# - Add goss for local, serverspec-like testing
1212
RUN ln -s /scripts/clean_alpine.sh /clean.sh && \
13-
echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
13+
echo '@edge https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
1414
apk update && \
1515
apk add --no-cache \
1616
sed \

0 commit comments

Comments
 (0)