We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cb5473 + c4f4793 commit fbfc97eCopy full SHA for fbfc97e
gcloud-firebase/Dockerfile
@@ -1,7 +1,7 @@
1
# Use the offical Golang image to create a build artifact.
2
# This is based on Debian and sets the GOPATH to /go.
3
# https://hub.docker.com/_/golang
4
-FROM golang:1.23@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as builder
+FROM golang:1.23@sha256:cc637ce72c1db9586bd461cc5882df5a1c06232fd5dfe211d3b32f79c5a999fc as builder
5
6
# Copy local code to the container image.
7
WORKDIR /go/app
0 commit comments