diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cda3cb6..72413cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: pull_request: env: - ALPINE_VERSION: 3.19.0 + ALPINE_VERSION: 3.20.0 DOCKER_BUILDKIT: 1 jobs: diff --git a/Makefile b/Makefile index 2121377..c5020a7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ALPINE_VERSION ?= 3.19.0 +ALPINE_VERSION ?= 3.20.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 d015023..1402388 160000 --- a/src/aports +++ b/src/aports @@ -1 +1 @@ -Subproject commit d01502332b773d59a09220aac959a3c18c429ce3 +Subproject commit 1402388a3a746e9961791846350e35f1d4d4618d