Skip to content

Commit 3293b41

Browse files
committed
Bump Alpine 3.18.0 → 3.19.0
Signed-off-by: Jan Dubois <[email protected]>
1 parent 5cd42ea commit 3293b41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
ALPINE_VERSION: 3.18.0
11+
ALPINE_VERSION: 3.19.0
1212
DOCKER_BUILDKIT: 1
1313

1414
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ALPINE_VERSION ?= 3.18.0
1+
ALPINE_VERSION ?= 3.19.0
22
REPO_VERSION ?= $(shell echo "$(ALPINE_VERSION)" | sed -E 's/^([0-9]+\.[0-9]+).*/v\1/')
33
GIT_TAG ?= $(shell echo "v$(ALPINE_VERSION)" | sed 's/^vedge$$/origin\/master/')
44
BUILD_ID ?= $(shell git describe --tags)

src/aports

Submodule aports updated 12124 files

0 commit comments

Comments
 (0)