Skip to content

Commit

Permalink
Bump go version to fix GO-2024-3106
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Sep 10, 2024
1 parent 20c5dd8 commit b221e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BCI_IMAGE=registry.suse.com/bci/bci-busybox
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.11b3
ARG GO_IMAGE=rancher/hardened-build-base:v1.22.7b1
ARG GOEXPERIMENT=boringcrypto
ARG ARCH="amd64"

Expand All @@ -18,7 +18,7 @@ RUN set -x && \

FROM base_builder as cni_plugins_builder

Check warning on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-multiarch

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG TAG=v1.5.1
ARG FLANNEL_TAG=v1.5.1-flannel2
ARG FLANNEL_TAG=v1.5.1-flannel3
ARG GOEXPERIMENT
#clone and get dependencies
RUN git clone --depth=1 https://github.com/containernetworking/plugins.git $GOPATH/src/github.com/containernetworking/plugins && \
Expand Down

0 comments on commit b221e81

Please sign in to comment.