Skip to content

Commit c4f4793

Browse files
chore(deps): bump golang from a7f2fc9 to cc637ce in /gcloud-firebase
Bumps golang from `a7f2fc9` to `cc637ce`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2354f46 commit c4f4793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud-firebase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the offical Golang image to create a build artifact.
22
# This is based on Debian and sets the GOPATH to /go.
33
# https://hub.docker.com/_/golang
4-
FROM golang:1.23@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as builder
4+
FROM golang:1.23@sha256:cc637ce72c1db9586bd461cc5882df5a1c06232fd5dfe211d3b32f79c5a999fc as builder
55

66
# Copy local code to the container image.
77
WORKDIR /go/app

0 commit comments

Comments
 (0)