Skip to content

Commit cee98e4

Browse files
authored
Merge pull request #1105 from msau42/release-1.7
release-1.7: Update golang to 1.18.9
2 parents cb28a0f + 8ae81dc commit cee98e4

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)