Skip to content

Commit

Permalink
keep dockerfile variable the same as download-go-deps.sh
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Dec 23, 2024
1 parent 3245c91 commit b63fcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ RUN mkdir /packages/ && \
FROM ghcr.io/aquasecurity/trivy:latest AS trivy

ARG ARCH
ENV CNI_VERSION="v1.6.1"
ENV KUBE_VERSION="v1.32.0"
ENV CNI_PLUGINS_VERSION="v1.6.1"
ENV KUBECTL_VERSION="v1.32.0"
ENV GOBGP_VERSION="3.32.0"
ENV TRIVY_DB_REPOSITORY="public.ecr.aws/aquasecurity/trivy-db:2"

Expand Down

0 comments on commit b63fcf4

Please sign in to comment.