Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
bump nerdctl and alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Oct 3, 2023
1 parent 7c4ac88 commit d60dcd3
Show file tree
Hide file tree
Showing 2 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 @@ -10,7 +10,7 @@ on:
pull_request:

env:
ALPINE_VERSION: 3.18.0
ALPINE_VERSION: 3.18.3
DOCKER_BUILDKIT: 1

jobs:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALPINE_VERSION ?= 3.18.0
ALPINE_VERSION ?= 3.18.3
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 All @@ -21,7 +21,7 @@ ARCH_ALIAS_x86_64 = amd64
ARCH_ALIAS_aarch64 = arm64
ARCH_ALIAS = $(shell echo "$(ARCH_ALIAS_$(ARCH))")

NERDCTL_VERSION=1.3.1
NERDCTL_VERSION=1.6.0
QEMU_VERSION=v7.0.0
CRI_DOCKERD_VERSION=0.3.0
CRI_DOCKERD_ORG=Mirantis
Expand Down

0 comments on commit d60dcd3

Please sign in to comment.