We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d40a6 commit a1c311eCopy full SHA for a1c311e
Dockerfile
@@ -6,7 +6,7 @@
6
7
# This phase uses the Alpine-based Go image to compile the source code of the application.
8
# By parameterizing the Go version, it becomes straightforward to maintain and modify in the future.
9
-ARG GO_VERSION=1.22
+ARG GO_VERSION=1.23
10
FROM golang:${GO_VERSION}-alpine AS build
11
RUN apk add --no-cache git make
12
WORKDIR /tmp/src
0 commit comments