mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-24 16:54:13 +01:00
Using https instead of http protocol
This commit is contained in:
parent
c82d8c21aa
commit
91073dbd1c
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user