From e8a7a9435f9f5786304eff29992a9da1bffb737e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 2 Oct 2023 11:26:56 -0700 Subject: [PATCH] Dockerfile: update test-registry to v2.8.3 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51f7c40e18..992c52433c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ARG DOCKER_STATIC=1 # https://hub.docker.com/r/distribution/distribution. This version of # the registry is used to test schema 2 manifests. Generally, the version # specified here should match a current release. -ARG REGISTRY_VERSION=2.8.2 +ARG REGISTRY_VERSION=2.8.3 # cross compilation helper FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx