Skip to content

Commit

Permalink
Kubectl release version fix cve
Browse files Browse the repository at this point in the history
  • Loading branch information
NagendraOpsmx committed Oct 15, 2024
1 parent c19987d commit 922c2a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.20.2
LABEL maintainer="sig-platform@spinnaker.io"
ARG TARGETARCH

ENV KUBECTL_RELEASE=1.15.10
ENV KUBECTL_RELEASE=v1.29.0
ENV AWS_BINARY_RELEASE_DATE=2020-02-22
ENV AWS_CLI_VERSION=1.18.18

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:bionic
LABEL maintainer="sig-platform@spinnaker.io"
ARG TARGETARCH

ENV KUBECTL_RELEASE=1.15.10
ENV KUBECTL_RELEASE=v1.29.0
ENV AWS_BINARY_RELEASE_DATE=2020-02-22
ENV AWS_CLI_VERSION=1.18.18

Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG TARGETARCH
COPY halyard-web/build/install/halyard /opt/halyard

ENV KUBECTL_VERSION=v1.29.0
ENV KUBECTL_RELEASE=1.15.10
ENV KUBECTL_RELEASE=v1.29.0
ENV AWS_BINARY_RELEASE_DATE=2020-02-22

RUN yum -y install git bash wget curl
Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG TARGETARCH
COPY halyard-web/build/install/halyard /opt/halyard

ENV KUBECTL_VERSION=v1.29.0
ENV KUBECTL_RELEASE=1.15.10
ENV KUBECTL_RELEASE=v1.29.0
ENV AWS_BINARY_RELEASE_DATE=2020-02-22

RUN dnf install -y \
Expand Down

0 comments on commit 922c2a7

Please sign in to comment.