diff --git a/auth-docker-postgres-jwt/Dockerfile b/auth-docker-postgres-jwt/Dockerfile index 6a5c84e69e..b0fc8f56c9 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:3d242bb0a7b8ac7c036160de65c42d830941f85a86774f59812e568fb7c5fdd5 # Enviroment variable WORKDIR /usr/src/some-api diff --git a/gcloud-firebase/Dockerfile b/gcloud-firebase/Dockerfile index 4bbff01168..e976b53e1c 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:3d242bb0a7b8ac7c036160de65c42d830941f85a86774f59812e568fb7c5fdd5 as builder # Copy local code to the container image. WORKDIR /go/app diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 4bbff01168..e976b53e1c 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:3d242bb0a7b8ac7c036160de65c42d830941f85a86774f59812e568fb7c5fdd5 as builder # Copy local code to the container image. WORKDIR /go/app