Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit cf9e99d

Browse files
committed
Update go from 1.17.2 to 1.17.5.
Picks up security fixes: https://go.dev/doc/devel/release#go1.17.minor
1 parent c526bb0 commit cf9e99d

4 files changed

+4
-4
lines changed

artifacts/images/agent-build.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the proxy-agent binary
2-
FROM golang:1.17.2 as builder
2+
FROM golang:1.17.5 as builder
33

44
# Copy in the go src
55
WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy

artifacts/images/client-build.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the client binary
2-
FROM golang:1.17.2 as builder
2+
FROM golang:1.17.5 as builder
33

44
# Copy in the go src
55
WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy

artifacts/images/server-build.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the proxy-server binary
2-
FROM golang:1.17.2 as builder
2+
FROM golang:1.17.5 as builder
33

44
# Copy in the go src
55
WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy

artifacts/images/test-server-build.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the http test server binary
2-
FROM golang:1.17.2 as builder
2+
FROM golang:1.17.5 as builder
33

44
# Copy in the go src
55
WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy

0 commit comments

Comments
 (0)