Upgrade to Alpine 3.17

This commit is contained in:
Drew DeVault 2023-03-22 10:24:35 +01:00
parent ea11cd45d0
commit 3e97507811
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -3,7 +3,7 @@
.PHONY: all static watch clean
SRHT_PATH?=/usr/lib/python3.8/site-packages/srht
SRHT_PATH?=/usr/lib/python3.10/site-packages/srht
_STATIC:=$(patsubst _static/%,$(MODULE)static/%,$(wildcard _static/*.*))
_STATIC+=$(patsubst $(SRHT_PATH)/static/%,$(MODULE)static/%,$(wildcard $(SRHT_PATH)/static/*.*))