Skip to content

Commit

Permalink
Merge pull request #304 from mattcary/update-go
Browse files Browse the repository at this point in the history
Update go version for CVEs
  • Loading branch information
songjiaxun committed Jul 2, 2024
2 parents 232749a + af75548 commit 23c7c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/csi_driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# Build driver go binary
FROM golang:1.22.2 as driver-builder
FROM golang:1.22.4 as driver-builder

ARG STAGINGVERSION

Expand Down
2 changes: 1 addition & 1 deletion cmd/sidecar_mounter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# Build sidecar-mounter go binary
FROM golang:1.22.2 as sidecar-mounter-builder
FROM golang:1.22.4 as sidecar-mounter-builder

ARG STAGINGVERSION

Expand Down
2 changes: 1 addition & 1 deletion cmd/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# Build webhook go binary
FROM golang:1.22.2 as webhook-builder
FROM golang:1.22.4 as webhook-builder

ARG STAGINGVERSION

Expand Down

0 comments on commit 23c7c14

Please sign in to comment.