diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 65102fa..65393d5 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,7 +1,7 @@ -image: alpine/3.10 +image: alpine/3.11 repositories: sr.ht: > - https://mirror.sr.ht/alpine/v3.10/sr.ht/ + https://mirror.sr.ht/alpine/v3.11/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 0582177..9849ff9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -SRHT_PATH?=/usr/lib/python3.7/site-packages/srht +SRHT_PATH?=/usr/lib/python3.8/site-packages/srht MODULE=metasrht/ include ${SRHT_PATH}/Makefile