Skip to content

Commit 48f7e0f

Browse files
authored
Merge pull request #490 from jkh52/golang-1.19.9
Bump golang from 1.19.6 to 1.19.9 (CVE fixes)
2 parents c7861c5 + 6167ab5 commit 48f7e0f

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)