Skip to content

Commit

Permalink
chore: upgrade Go to 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto committed Nov 13, 2024
1 parent 75f2db5 commit 11e4acc
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,4 +1,4 @@
ARG GO_VERSION=1.23.1
ARG GO_VERSION=1.23.3
ARG ALPINE_VERSION=3.20

FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
Expand Down

0 comments on commit 11e4acc

Please sign in to comment.