Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/dockhippie/golang:1.21-amd64 docker digest to c1f13db #143

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:0a5c7a5f2958fd80c0f40e75a36a094cf891b1128cc779e772d9d25e6a42bc48 AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:c1f13db8cc880e94d3b0f6f8f47715e45573876e512c388ed4407d1180618d63 AS build

RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \
cd /srv/app/src && \
Expand Down
2 changes: 1 addition & 1 deletion v2.7/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:0a5c7a5f2958fd80c0f40e75a36a094cf891b1128cc779e772d9d25e6a42bc48 AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:c1f13db8cc880e94d3b0f6f8f47715e45573876e512c388ed4407d1180618d63 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion v2.8/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:0a5c7a5f2958fd80c0f40e75a36a094cf891b1128cc779e772d9d25e6a42bc48 AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:c1f13db8cc880e94d3b0f6f8f47715e45573876e512c388ed4407d1180618d63 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.8.3
Expand Down