Skip to content

Commit

Permalink
fix: update go version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gowizzard committed Jan 13, 2025
1 parent b2d40a6 commit a1c311e
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 @@ -6,7 +6,7 @@

# This phase uses the Alpine-based Go image to compile the source code of the application.
# By parameterizing the Go version, it becomes straightforward to maintain and modify in the future.
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
FROM golang:${GO_VERSION}-alpine AS build
RUN apk add --no-cache git make
WORKDIR /tmp/src
Expand Down

0 comments on commit a1c311e

Please sign in to comment.