From fed2e564e26884a24bc4335bf41635f0ea1c0912 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 20 Dec 2019 17:23:35 -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 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