From 2b92681cccadda0e0697364ec05ce50d8b4970a4 Mon Sep 17 00:00:00 2001 From: Changwei Ge Date: Fri, 10 Feb 2023 10:19:29 +0800 Subject: [PATCH] e2e: bump nerdctl version to 1.2.0 Signed-off-by: Changwei Ge --- integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/Dockerfile b/integration/Dockerfile index 3714eb6420..dc23188d41 100644 --- a/integration/Dockerfile +++ b/integration/Dockerfile @@ -5,7 +5,7 @@ ARG RUNC_VERSION=1.1.4 ARG NYDUS_SNAPSHOTTER_PROJECT=/nydus-snapshotter ARG DOWNLOADS_MIRROR="https://github.com" ARG NYDUS_VER=2.1.2 -ARG NERDCTL_VER=1.0.0 +ARG NERDCTL_VER=1.2.0 FROM golang:1.18.7-bullseye AS golang-base