Skip to content

Commit

Permalink
Merge pull request #275 from nickboldt/patch-1
Browse files Browse the repository at this point in the history
Use https, not http in apk repos file
  • Loading branch information
htuscher committed Nov 9, 2018
2 parents cabb66e + c23d712 commit e58d840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/bootstrap/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY --from=baselayout /baselayout /
RUN set -x \
# Init bootstrap
# Add community
&& echo http://dl-4.alpinelinux.org/alpine/v3.8/community/ >> /etc/apk/repositories \
&& echo https://dl-4.alpinelinux.org/alpine/v3.8/community/ >> /etc/apk/repositories \
# System update
&& /usr/local/bin/apk-upgrade \
# Install base stuff
Expand Down
2 changes: 1 addition & 1 deletion template/Dockerfile/images/bootstrap.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% macro alpine() -%}
# Init bootstrap
# Add community
&& echo http://dl-4.alpinelinux.org/alpine/v3.8/community/ >> /etc/apk/repositories \
&& echo https://dl-4.alpinelinux.org/alpine/v3.8/community/ >> /etc/apk/repositories \
# System update
&& /usr/local/bin/apk-upgrade \
# Install base stuff
Expand Down

0 comments on commit e58d840

Please sign in to comment.