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