diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 632c310a..8e099f90 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:a2d6a7162da92b023da1df33330630f457e4f0f2bea5982f36060088827457ae AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:7870982ddf54eb1eb2b3e3479465eb446571203595eafc3fa87e609a2274f978 AS build RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \ cd /srv/app/src && \ diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index 8d7364f6..bde4904b 100644 --- a/v2.7/Dockerfile.amd64 +++ b/v2.7/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:a2d6a7162da92b023da1df33330630f457e4f0f2bea5982f36060088827457ae AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:7870982ddf54eb1eb2b3e3479465eb446571203595eafc3fa87e609a2274f978 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.7.1 diff --git a/v2.8/Dockerfile.amd64 b/v2.8/Dockerfile.amd64 index e3a2d2aa..beaa9b21 100644 --- a/v2.8/Dockerfile.amd64 +++ b/v2.8/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:a2d6a7162da92b023da1df33330630f457e4f0f2bea5982f36060088827457ae AS build +FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:7870982ddf54eb1eb2b3e3479465eb446571203595eafc3fa87e609a2274f978 AS build # renovate: datasource=github-tags depName=distribution/distribution ENV REGISTRY_VERSION=v2.8.3