We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b94b8 commit f7d1248Copy full SHA for f7d1248
1 file changed
Dockerfile
@@ -6,7 +6,8 @@
6
###############################################################################
7
# Stage 1 (to create a "build" image, ~850MB) #
8
9
-FROM golang:1.20.5 AS builder
+# Image from https://hub.docker.com/_/golang
10
+FROM golang:1.22.2 AS builder
11
# smoke test to verify if golang is available
12
RUN go version
13
0 commit comments