Skip to content

Commit

Permalink
Upgraded golang in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Shukla committed Dec 11, 2024
1 parent 76077c1 commit 9f2a9de
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
Expand Up @@ -18,7 +18,7 @@
# Install the latest versions of our mods. This is done as a separate step
# so it will pull from an image cache if possible, unless there are changes.
#
FROM --platform=${BUILDPLATFORM} golang:1.21-alpine AS buildmod
FROM --platform=${BUILDPLATFORM} golang:1.23-alpine AS buildmod
RUN mkdir /build
WORKDIR /build
COPY go.mod .
Expand Down

0 comments on commit 9f2a9de

Please sign in to comment.