We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25c467 commit fda6e47Copy full SHA for fda6e47
Dockerfile.06
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-ARG GO_VERSION=1.20
+ARG GO_VERSION=1.21
3
FROM golang:${GO_VERSION}-alpine as builder
4
5
WORKDIR /src
0 commit comments