Skip to content

Commit

Permalink
OP-22785 | CVE-2024-24790 | reverted s3 cmd mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Shukla committed Oct 15, 2024
1 parent 114692f commit e4bc63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN yum install -y python38
ARG TARGETARCH

ENV KUBECTL_RELEASE=1.31.0
ENV AWS_CLI_S3_CMD=2.18.0
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
ENV GOOGLE_CLOUD_SDK_VERSION=468.0.0
ENV ECR_TOKEN_VERSION=v1.0.2
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


ENV KUBECTL_RELEASE=1.31.0
ENV AWS_CLI_S3_CMD=2.18.0
ENV AWS_CLI_S3_CMD=2.0.2
ENV AWS_AIM_AUTHENTICATOR_VERSION=0.6.14
ENV GOOGLE_CLOUD_SDK_VERSION=468.0.0
ENV ECR_TOKEN_VERSION=v1.0.2
Expand Down

0 comments on commit e4bc63d

Please sign in to comment.