From a4cbc72c2d63895a6e59d662af2bfdc18fc0e3f5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 22 Mar 2023 11:04:21 +0100 Subject: [PATCH] Upgrade to Alpine 3.17 --- .builds/alpine.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index c14bc1c..fe7b623 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,7 +1,7 @@ -image: alpine/3.15 +image: alpine/3.17 repositories: sr.ht: > - https://mirror.sr.ht/alpine/v3.15/sr.ht/ + https://mirror.sr.ht/alpine/v3.17/sr.ht/ https://mirror.sr.ht/alpine/alpine%40sr.ht.rsa.pub alpine@sr.ht.rsa.pub packages: diff --git a/Makefile b/Makefile index 7f81dea..9e09952 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SRHT_PATH?=/usr/lib/python3.9/site-packages/srht +SRHT_PATH?=/usr/lib/python3.10/site-packages/srht MODULE=buildsrht/ include ${SRHT_PATH}/Makefile