From 70537a7581142e5cdbce7dd79aa09bc4158b3948 Mon Sep 17 00:00:00 2001 From: Stone Tickle Date: Sat, 3 Jun 2023 09:46:09 -0400 Subject: [PATCH] pin alpine image version Since the community repo was using latest-stable, when alpine updated to 3.18 but the image was still on 3.17, incompatible packages got pulled into the index. --- .builds/alpine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index a167b832..fb885de2 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Stone Tickle # SPDX-License-Identifier: GPL-3.0-only -image: alpine/latest +image: alpine/3.17 secrets: - 2fe5fef6-db89-4410-8147-07e314589d18 - 18083346-dfba-4050-bc05-413561f99228 @@ -11,7 +11,7 @@ repositories: https://muon.build/nothing ../../../dev/null community: > - http://dl-cdn.alpinelinux.org/alpine/latest-stable/community + http://dl-cdn.alpinelinux.org/alpine/v3.17/community # must be kept in sync with the image's alpine version https://muon.build/nothing ../../../dev/null packages: -- 2.45.2