We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcddd1 commit 1c2e0b8Copy full SHA for 1c2e0b8
Dockerfile
@@ -4,7 +4,7 @@
4
# (https://docs.docker.com/build/building/multi-stage/)
5
6
# Stage 1 (to create a "build" image, ~850MB)
7
-FROM golang:1.19.5 AS builder
+FROM golang:1.20.5 AS builder
8
# smoke test to verify if golang is available
9
RUN go version
10
0 commit comments