From e96930b96ff9048684c16f311791a19715b7fc90 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 22 Dec 2019 14:02:58 -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 04e2517..1432ffb 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 21b9822..6745619 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=gitsrht/ include ${SRHT_PATH}/Makefile -- 2.38.4