From 64b11bc814471bbdbb2eaa23b4a3b1aaac6bffb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 10:40:21 +0000 Subject: [PATCH] chore(deps): update golang:1.21 docker digest to 5c170b9 --- auth-docker-postgres-jwt/Dockerfile | 2 +- gcloud-firebase/Dockerfile | 2 +- gcloud/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auth-docker-postgres-jwt/Dockerfile b/auth-docker-postgres-jwt/Dockerfile index 6a5c84e69e..262c55927b 100644 --- a/auth-docker-postgres-jwt/Dockerfile +++ b/auth-docker-postgres-jwt/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e +FROM golang:1.21@sha256:5c170b9a85716a1636b1c19c4f14265573234108ab0657751aa930b7d9b1d0b6 # Enviroment variable WORKDIR /usr/src/some-api diff --git a/gcloud-firebase/Dockerfile b/gcloud-firebase/Dockerfile index 4bbff01168..f96962370a 100644 --- a/gcloud-firebase/Dockerfile +++ b/gcloud-firebase/Dockerfile @@ -1,7 +1,7 @@ # Use the offical Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.21@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e as builder +FROM golang:1.21@sha256:5c170b9a85716a1636b1c19c4f14265573234108ab0657751aa930b7d9b1d0b6 as builder # Copy local code to the container image. WORKDIR /go/app diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 4bbff01168..f96962370a 100644 --- a/gcloud/Dockerfile +++ b/gcloud/Dockerfile @@ -1,7 +1,7 @@ # Use the offical Golang image to create a build artifact. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.21@sha256:cffaba795c36f07e372c7191b35ceaae114d74c31c3763d442982e3a4df3b39e as builder +FROM golang:1.21@sha256:5c170b9a85716a1636b1c19c4f14265573234108ab0657751aa930b7d9b1d0b6 as builder # Copy local code to the container image. WORKDIR /go/app