Skip to content

Commit

Permalink
Merge pull request #129 from rancher-sandbox/alpine-3.20
Browse files Browse the repository at this point in the history
Bump Alpine 3.19 → 3.20
  • Loading branch information
jandubois committed May 31, 2024
2 parents de624dd + 42e5e83 commit 99d3e0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:

env:
ALPINE_VERSION: 3.19.0
ALPINE_VERSION: 3.20.0
DOCKER_BUILDKIT: 1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/aports
Submodule aports updated 10354 files

0 comments on commit 99d3e0a

Please sign in to comment.