2 files changed, 3 insertions(+), 3 deletions(-)

M .builds/alpine.yml
M Makefile
M .builds/alpine.yml +2 -2
@@ 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:

          
M Makefile +1 -1
@@ 1,4 1,4 @@ 
-SRHT_PATH?=/usr/lib/python3.9/site-packages/srht
+SRHT_PATH?=/usr/lib/python3.10/site-packages/srht
 MODULE=hgsrht/
 include ${SRHT_PATH}/Makefile