From 551fc6cb94ce8301892220f0e0111ffc80528fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:45:16 +0000 Subject: [PATCH] chore(deps): update golang:1.21 docker digest to d83472f --- 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..ba99829ccb 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:d83472f1ab5712a6b2b816dc811e46155e844ddc02f5f5952e72c6deedafed77 # Enviroment variable WORKDIR /usr/src/some-api diff --git a/gcloud-firebase/Dockerfile b/gcloud-firebase/Dockerfile index 4bbff01168..78f11fd2f8 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:d83472f1ab5712a6b2b816dc811e46155e844ddc02f5f5952e72c6deedafed77 as builder # Copy local code to the container image. WORKDIR /go/app diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 4bbff01168..78f11fd2f8 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:d83472f1ab5712a6b2b816dc811e46155e844ddc02f5f5952e72c6deedafed77 as builder # Copy local code to the container image. WORKDIR /go/app