mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 00:16:38 +02:00
25 lines
999 B
Diff
25 lines
999 B
Diff
From fa88623ac1bbf6ef175112d25108883ddd4ef86e Mon Sep 17 00:00:00 2001
|
|
From: Natanael Copa <ncopa@alpinelinux.org>
|
|
Date: Tue, 10 Dec 2024 15:15:28 +0200
|
|
Subject: [PATCH 08/11] alpine: use https repository by default
|
|
|
|
---
|
|
templates/lxc-alpine.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in
|
|
index 4504825..f1c32de 100644
|
|
--- a/templates/lxc-alpine.in
|
|
+++ b/templates/lxc-alpine.in
|
|
@@ -58,7 +58,7 @@ d11f6b21c61b4274e182eb888883a8ba8acdbf820dcc7a6d82a7d9fc2fd2836d alpine-devel@l
|
|
40a216cbd163f22e5f16a9e0929de7cde221b9cbae8e36aa368b1e128afe0a31 alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub"
|
|
|
|
readonly APK_KEYS_URI='https://git.alpinelinux.org/aports/plain/main/alpine-keys/'
|
|
-readonly DEFAULT_MIRROR_URL='http://dl-cdn.alpinelinux.org/alpine'
|
|
+readonly DEFAULT_MIRROR_URL='https://dl-cdn.alpinelinux.org/alpine'
|
|
|
|
: ${APK_KEYS_DIR:=/etc/apk/keys}
|
|
if ! ls "$APK_KEYS_DIR"/alpine* >/dev/null 2>&1; then
|
|
--
|
|
2.47.1
|
|
|