Skip to content

Commit 6167ab5

Browse files
committed
Pick up CVE fixes (bump to golang 1.19.9).
1 parent 50a317f commit 6167ab5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

artifacts/images/agent-build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the proxy-agent binary
2-
FROM golang:1.19.6 as builder
2+
FROM golang:1.19.9 as builder
33

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

artifacts/images/server-build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the proxy-server binary
2-
FROM golang:1.19.6 as builder
2+
FROM golang:1.19.9 as builder
33

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

artifacts/images/test-client-build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the client binary
2-
FROM golang:1.19.6 as builder
2+
FROM golang:1.19.9 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the http test server binary
2-
FROM golang:1.19.6 as builder
2+
FROM golang:1.19.9 as builder
33

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

0 commit comments

Comments
 (0)