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

minor(deps): update ghcr.io/dockhippie/golang docker tag to v1.21 #128

Merged
merged 1 commit into from
Aug 13, 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.20-amd64@sha256:76ee30dda5e4ea9f2e3fb7a89e409679df6e5ec2a6dfbf471c6160027363c5af AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:9434abf1bee9ee4c0baaab4871224d584ab4beb3425e378959d9e9c2690d2d4f 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 latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.20-arm@sha256:343d1cfbabb7f894c81af007ab5d3090ce326e228471a01ff62a7db4d68ff630 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:54a0b36fec8232e7cf8f830ce4195989071718b3c57628398885a71b143b2d22 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 latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.20-arm64@sha256:c0a558f97f1a9f3e0f2cc56be208e3b3bc9fd9c8b1ed226b739f5576a9b73eb3 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:0e7c926f276a29590f2bc413956f72b915a8b76765fc71d965fda8498aaf46e2 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.20-amd64@sha256:76ee30dda5e4ea9f2e3fb7a89e409679df6e5ec2a6dfbf471c6160027363c5af AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:9434abf1bee9ee4c0baaab4871224d584ab4beb3425e378959d9e9c2690d2d4f AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion v2.7/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.20-arm@sha256:343d1cfbabb7f894c81af007ab5d3090ce326e228471a01ff62a7db4d68ff630 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:54a0b36fec8232e7cf8f830ce4195989071718b3c57628398885a71b143b2d22 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion v2.7/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.20-arm64@sha256:c0a558f97f1a9f3e0f2cc56be208e3b3bc9fd9c8b1ed226b739f5576a9b73eb3 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:0e7c926f276a29590f2bc413956f72b915a8b76765fc71d965fda8498aaf46e2 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.20-amd64@sha256:76ee30dda5e4ea9f2e3fb7a89e409679df6e5ec2a6dfbf471c6160027363c5af AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:9434abf1bee9ee4c0baaab4871224d584ab4beb3425e378959d9e9c2690d2d4f AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.8.2
Expand Down
2 changes: 1 addition & 1 deletion v2.8/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.20-arm@sha256:343d1cfbabb7f894c81af007ab5d3090ce326e228471a01ff62a7db4d68ff630 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:54a0b36fec8232e7cf8f830ce4195989071718b3c57628398885a71b143b2d22 AS build

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

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