We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22788f commit 78a37a2Copy full SHA for 78a37a2
Dockerfile
@@ -2,7 +2,7 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.18.2 as certs
2
3
RUN apk --update add ca-certificates
4
5
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20.4 as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20.6 as builder
6
7
ARG TARGETPLATFORM
8
ARG BUILDPLATFORM
0 commit comments