Skip to content

Commit 1a1141e

Browse files
authored
Merge pull request #938 from pwschuurman/automated-cherry-pick-of-#930-upstream-release-1.2
Automated cherry pick of #930: golang:1.17.8
2 parents c9f169e + 960a20e commit 1a1141e

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
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.17.2 as builder
15+
FROM golang:1.17.8 as builder
1616

1717
ARG STAGINGVERSION
1818

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)