Skip to content

Commit bf01211

Browse files
authored
Merge pull request #937 from pwschuurman/automated-cherry-pick-of-#930-upstream-release-1.3
Automated cherry pick of #930: golang:1.17.8
2 parents b730632 + 098f2b0 commit bf01211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG BUILDPLATFORM
1616

17-
FROM --platform=$BUILDPLATFORM golang:1.17.2 as builder
17+
FROM --platform=$BUILDPLATFORM golang:1.17.8 as builder
1818

1919
ARG STAGINGVERSION
2020
ARG TARGETPLATFORM

Dockerfile.Windows

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE
16-
FROM --platform=$BUILDPLATFORM golang:1.13.15 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.17.8 AS builder
1717

1818
ARG TARGETPLATFORM
1919
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)