Skip to content

Commit

Permalink
Update go version to 1.20.5 for CVE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saikat-royc committed Jun 19, 2023
1 parent b7ef7a8 commit 6930210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ARG BUILDPLATFORM

# Build driver go binary
FROM --platform=$BUILDPLATFORM golang:1.20.4 as builder
FROM --platform=$BUILDPLATFORM golang:1.20.5 as builder

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

ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.20.4 as builder
FROM --platform=$BUILDPLATFORM golang:1.20.5 as builder

ARG TARGETPLATFORM

Expand Down

0 comments on commit 6930210

Please sign in to comment.