Using https instead of http protocol

This commit is contained in:
Alexey Pustovalov 2024-02-12 03:58:11 +09:00
parent c82d8c21aa
commit 91073dbd1c

View File

@ -50,6 +50,6 @@ RUN set -eux && \
apk add \
--no-cache \
--clean-protected \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
go && \
rm -rf /var/cache/apk/*