Skip to content

Commit 99d3e0a

Browse files
authored
Merge pull request #129 from rancher-sandbox/alpine-3.20
Bump Alpine 3.19 → 3.20
2 parents de624dd + 42e5e83 commit 99d3e0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

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

1414
jobs:

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ALPINE_VERSION ?= 3.19.0
1+
ALPINE_VERSION ?= 3.20.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 10354 files

0 commit comments

Comments
 (0)