From bcc4c9574020499851aab4478a0d040b48b57904 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 20 Dec 2019 17:10:14 -0500 Subject: [PATCH] Upgrade to Alpine 3.11 --- .builds/alpine.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 53e00cd..63746c3 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 b0ac0c7..a849060 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=dispatchsrht/ include ${SRHT_PATH}/Makefile