summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-09-05 03:10:54 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-09-05 03:10:54 +0000
commitda4660d2bfd7cc8fe19649c4b51d86ee414b84e1 (patch)
tree0c6129392a4a014136ec11b7d58a212a488433b5
parent2cd2a8fda3f5a7c2da017eb8e0d786690bdb5509 (diff)
parent9fd0e5e0dd5e4c2b1748ef604e780bb31e4ada89 (diff)
Merge branch 'use-https-in-dockerfile' into 'develop'
Use TLS when adding Alpine community repository in Dockerfile See merge request pleroma/pleroma!2955
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index aa50e27ec..c210cf79c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,7 +31,7 @@ LABEL maintainer="ops@pleroma.social" \
ARG HOME=/opt/pleroma
ARG DATA=/var/lib/pleroma
-RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
+RUN echo "https://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
apk update &&\
apk add exiftool imagemagick ncurses postgresql-client &&\
adduser --system --shell /bin/false --home ${HOME} pleroma &&\