Sfoglia il codice sorgente

Merge pull request #46575 from thaJeztah/dockerfile_distribution

Dockerfile: update test-registry to v2.8.3
Sebastiaan van Stijn 1 anno fa
parent
commit
77a1411f9b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,7 +23,7 @@ ARG DOCKER_STATIC=1
 # https://hub.docker.com/r/distribution/distribution. This version of
 # https://hub.docker.com/r/distribution/distribution. This version of
 # the registry is used to test schema 2 manifests. Generally,  the version
 # the registry is used to test schema 2 manifests. Generally,  the version
 # specified here should match a current release.
 # specified here should match a current release.
-ARG REGISTRY_VERSION=2.8.2
+ARG REGISTRY_VERSION=2.8.3
 
 
 # cross compilation helper
 # cross compilation helper
 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx