We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de624dd + 42e5e83 commit 99d3e0aCopy full SHA for 99d3e0a
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
pull_request:
9
10
env:
11
- ALPINE_VERSION: 3.19.0
+ ALPINE_VERSION: 3.20.0
12
DOCKER_BUILDKIT: 1
13
14
jobs:
Makefile
@@ -1,4 +1,4 @@
1
-ALPINE_VERSION ?= 3.19.0
+ALPINE_VERSION ?= 3.20.0
2
REPO_VERSION ?= $(shell echo "$(ALPINE_VERSION)" | sed -E 's/^([0-9]+\.[0-9]+).*/v\1/')
3
GIT_TAG ?= $(shell echo "v$(ALPINE_VERSION)" | sed 's/^vedge$$/origin\/master/')
4
BUILD_ID ?= $(shell git describe --tags)
src/aports
0 commit comments