Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
bumped GO_VERSION to 1.22
  • Loading branch information
woof-chihuahua authored Jan 8, 2025
1 parent 2875691 commit 9fced9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMG_TAG=latest
ARG PLATFORM="linux/amd64"
ARG GO_VERSION="1.19"
ARG GO_VERSION="1.22"
ARG RUNNER_IMAGE="gcr.io/distroless/static"

FROM --platform=${PLATFORM} golang:${GO_VERSION}-alpine3.18 as builder
Expand Down

0 comments on commit 9fced9f

Please sign in to comment.