Skip to content

Commit

Permalink
Merge pull request #18 from nytimes/go123
Browse files Browse the repository at this point in the history
Update Go to 1.23 and gcloud sdk to 491
  • Loading branch information
brianfoshee authored Sep 5, 2024
2 parents f9d1509 + b66afec commit 2a611ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.22.0 as golang
FROM golang:1.23 as golang

FROM gcr.io/google.com/cloudsdktool/cloud-sdk:463.0.0
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:491.0.0

COPY --from=golang /usr/local/go/ /usr/local/go/

Expand Down

0 comments on commit 2a611ee

Please sign in to comment.