From f5c432890dbd78f83d8fe0b250ae48c36c27f6e1 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Mon, 11 Apr 2022 19:09:48 -0700 Subject: [PATCH] Use https for package list --- .apko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.apko.yaml b/.apko.yaml index 074dafc..a341265 100644 --- a/.apko.yaml +++ b/.apko.yaml @@ -1,6 +1,6 @@ contents: repositories: - - http://dl-cdn.alpinelinux.org/alpine/edge/main + - https://dl-cdn.alpinelinux.org/alpine/edge/main packages: - ca-certificates-bundle - alpine-baselayout-data