From c5c1cb9eea045f5a6a57b4b7e1f50719f988d4ae Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 22 Mar 2023 11:13:22 +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 f2ac48e..f66f746 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 fb6d6c9..17058db 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=gitsrht/ include ${SRHT_PATH}/Makefile -- 2.38.4