Skip to content

Commit

Permalink
Merge pull request #631 from kubernetes-sigs/tyuchn-patch-10
Browse files Browse the repository at this point in the history
[release-1.3] Bump webhook go version to 1.20.8
  • Loading branch information
tyuchn authored Oct 3, 2023
2 parents 134a0f8 + 1cce9c6 commit 6098959
Showing 1 changed file with 1 addition and 1 deletion.
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.7 as builder
FROM --platform=$BUILDPLATFORM golang:1.20.8 as builder

ARG TARGETPLATFORM

Expand Down

0 comments on commit 6098959

Please sign in to comment.