Skip to content

Commit

Permalink
Merge pull request #2621 from gofiber/dependabot/docker/gcloud/golang…
Browse files Browse the repository at this point in the history
…-a7f2fc9

chore(deps): bump golang from `adee809` to `a7f2fc9` in /gcloud
  • Loading branch information
ReneWerner87 authored Oct 10, 2024
2 parents c3a4522 + 7f7c268 commit 3234918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.23@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 as builder
FROM golang:1.23@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as builder

# Copy local code to the container image.
WORKDIR /go/app
Expand Down

0 comments on commit 3234918

Please sign in to comment.