diff --git a/misc/snapshotter/Dockerfile b/misc/snapshotter/Dockerfile index f5c69dba41..f0c698f20e 100644 --- a/misc/snapshotter/Dockerfile +++ b/misc/snapshotter/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.17.0 AS base FROM base AS sourcer ARG TARGETARCH -ARG NYDUS_VER=v2.2.5 +ARG NYDUS_VER=v2.3.0 RUN apk add -q --no-cache curl && \ apk add -q --no-cache --upgrade grep && \ diff --git a/tests/helpers/kind.sh b/tests/helpers/kind.sh index 937ee7ecd8..a83c831432 100755 --- a/tests/helpers/kind.sh +++ b/tests/helpers/kind.sh @@ -14,7 +14,7 @@ readonly root KIND_VERSION=v0.23.0 -NYDUS_VERSION=v2.2.5 +NYDUS_VERSION=v2.3.0 DOCKER_USER=testuser DOCKER_PASSWORD=testpassword NAMESPACE=nydus-system