We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d414008 + 073a9db commit 41576a7Copy full SHA for 41576a7
Dockerfile
@@ -14,7 +14,7 @@
14
15
ARG BUILDPLATFORM
16
17
-FROM --platform=$BUILDPLATFORM golang:1.17.2 as builder
+FROM --platform=$BUILDPLATFORM golang:1.17.8 as builder
18
19
ARG STAGINGVERSION
20
ARG TARGETPLATFORM
Dockerfile.Windows
@@ -13,7 +13,7 @@
13
# limitations under the License.
ARG BASE_IMAGE
-FROM --platform=$BUILDPLATFORM golang:1.13.15 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.17.8 AS builder
Dockerfile.arm64
0 commit comments