From d60dcd3f6ad8af945f60b3240ae7f070adc46cca Mon Sep 17 00:00:00 2001 From: Abiola Ibrahim Date: Tue, 3 Oct 2023 19:22:47 +0100 Subject: [PATCH] bump nerdctl and alpine --- .github/workflows/release.yml | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 205bc6a..ca6a6d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: pull_request: env: - ALPINE_VERSION: 3.18.0 + ALPINE_VERSION: 3.18.3 DOCKER_BUILDKIT: 1 jobs: diff --git a/Makefile b/Makefile index 7f4e7be..33f8f87 100644 --- a/Makefile +++ b/Makefile @@ -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) @@ -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