diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d141d6..80fca55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: pull_request: env: - ALPINE_VERSION: 3.17.0 + ALPINE_VERSION: 3.16.0 DOCKER_BUILDKIT: 1 jobs: diff --git a/Makefile b/Makefile index 7520d1f..136f707 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ALPINE_VERSION ?= 3.17.0 +ALPINE_VERSION ?= 3.16.0 REPO_VERSION ?= $(shell echo "$(ALPINE_VERSION)" | sed -E 's/^([0-9]+\.[0-9]+).*/v\1/') GIT_TAG ?= $(shell echo "v$(ALPINE_VERSION)" | sed 's/^vedge$$/origin\/master/') BUILD_ID ?= $(shell git describe --tags) diff --git a/src/aports b/src/aports index fea827d..e2c6d59 160000 --- a/src/aports +++ b/src/aports @@ -1 +1 @@ -Subproject commit fea827d99a2ecc4267bf7184abaaeec2ab7108e2 +Subproject commit e2c6d5931e7fd56ac46def042ece5552df79d7c6