feat: update to alpine v3.15.1

This commit is contained in:
Stefan Reimer 2022-03-23 13:23:03 +01:00
parent 05b7196f40
commit 1007b5afa5
21 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
BUILDER ?= v3.15.0
RELEASE := v1.21
BUILDER ?= v3.15.1-4
RELEASE := v3.15
.PHONY: builder aports_update
all: build
packages:
mkdir -p packages
distfiles:
@ -15,7 +17,7 @@ aports_update: aports
GIT_DIR=aports/.git git pull origin master
# Mounts release into /work of the builder container to build all
build: packages distfiles
build: packages distfiles aports_update
podman run -ti --rm \
-v ${PWD}/distfiles:/var/cache/distfiles \
-v ${PWD}/packages:/home/alpine/packages \