Skip to content

Commit 8ae81dc

Browse files
committed
release-1.7: Update golang to 1.18.9
1 parent cb28a0f commit 8ae81dc

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.18.4 as builder
17+
FROM --platform=$BUILDPLATFORM golang:1.18.9 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.17.8 AS builder
16+
FROM --platform=$BUILDPLATFORM golang:1.18.9 AS builder
1717

1818
ARG TARGETPLATFORM
1919
ARG BUILDPLATFORM

0 commit comments

Comments
 (0)