Skip to content

Commit

Permalink
Merge pull request #522 from jkh52/golang-1.19.13
Browse files Browse the repository at this point in the history
Pick up CVE fixes (bump to golang 1.19.13).
  • Loading branch information
k8s-ci-robot authored Sep 20, 2023
2 parents 11b0b59 + 137edee commit 898de05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion artifacts/images/agent-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the proxy-agent binary
FROM golang:1.19.9 as builder
FROM golang:1.19.13 as builder

# Copy in the go src
WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy
Expand Down
2 changes: 1 addition & 1 deletion artifacts/images/server-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the proxy-server binary
FROM golang:1.19.9 as builder
FROM golang:1.19.13 as builder

# Copy in the go src
WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy
Expand Down
2 changes: 1 addition & 1 deletion artifacts/images/test-client-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the client binary
FROM golang:1.19.9 as builder
FROM golang:1.19.13 as builder

# Copy in the go src
WORKDIR /go/src/sigs.k8s.io/apiserver-network-proxy
Expand Down
2 changes: 1 addition & 1 deletion artifacts/images/test-server-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the http test server binary
FROM golang:1.19.9 as builder
FROM golang:1.19.13 as builder

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

0 comments on commit 898de05

Please sign in to comment.