From 7aa8fff43bc3893bd22136823d778390b87f335a Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Thu, 30 May 2024 09:30:07 -0400 Subject: [PATCH] bump golang 1.19 image to latest sha Signed-off-by: Jordan Dubrick --- .ci/Dockerfile | 2 +- index/server/Dockerfile | 2 +- tests/integration/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 6aef70ac2..38c66dc04 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19-alpine@sha256:276692412aea6f9dd6cdc5725b2f1c05bef8df7223811afbc6aa16294e2903f9 AS builder +FROM golang:1.19-alpine@sha256:0ec0646e208ea58e5d29e558e39f2e59fccf39b7bda306cb53bbaff91919eca5 AS builder # Install dependencies RUN apk add --no-cache git bash curl zip diff --git a/index/server/Dockerfile b/index/server/Dockerfile index 049196705..19a0cd9b8 100644 --- a/index/server/Dockerfile +++ b/index/server/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # Index Server build stage -FROM golang:1.19-alpine@sha256:276692412aea6f9dd6cdc5725b2f1c05bef8df7223811afbc6aa16294e2903f9 AS index-builder +FROM golang:1.19-alpine@sha256:0ec0646e208ea58e5d29e558e39f2e59fccf39b7bda306cb53bbaff91919eca5 AS index-builder WORKDIR /tools COPY . . RUN CGO_ENABLED=0 go build -mod=vendor -o index-server main.go diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 02189d3e3..4bebef181 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.19-alpine@sha256:276692412aea6f9dd6cdc5725b2f1c05bef8df7223811afbc6aa16294e2903f9 +FROM golang:1.19-alpine@sha256:0ec0646e208ea58e5d29e558e39f2e59fccf39b7bda306cb53bbaff91919eca5 WORKDIR /registry-test