Skip to content

Commit

Permalink
Update CA cert with new version 2023-08-22 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 authored Aug 22, 2023
1 parent 918b265 commit 1c4400b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions rpm-arm64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BASE_IMAGE=amazonlinux:2.0.20181114

FROM ubuntu as CERT_GETTER
ENV CACERT_BUNDLE_VERSION=2023-05-30
ENV CACERT_BUNDLE_SHA256="5fadcae90aa4ae041150f8e2d26c37d980522cdb49f923fc1e1b5eb8d74e71ad"
ENV CACERT_BUNDLE_VERSION=2023-08-22
ENV CACERT_BUNDLE_SHA256="23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9"
RUN apt-get update && apt-get install -y wget
RUN wget https://curl.se/ca/cacert-${CACERT_BUNDLE_VERSION}.pem -O /cacert.pem
RUN echo "${CACERT_BUNDLE_SHA256} /cacert.pem" | sha256sum --check
Expand Down
4 changes: 2 additions & 2 deletions rpm-armhf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BASE_IMAGE=arm32v7/centos:7

FROM ubuntu as CERT_GETTER
ENV CACERT_BUNDLE_VERSION=2023-05-30
ENV CACERT_BUNDLE_SHA256="5fadcae90aa4ae041150f8e2d26c37d980522cdb49f923fc1e1b5eb8d74e71ad"
ENV CACERT_BUNDLE_VERSION=2023-08-22
ENV CACERT_BUNDLE_SHA256="23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9"
RUN apt-get update && apt-get install -y wget
RUN wget https://curl.se/ca/cacert-${CACERT_BUNDLE_VERSION}.pem -O /cacert.pem
RUN echo "${CACERT_BUNDLE_SHA256} /cacert.pem" | sha256sum --check
Expand Down
4 changes: 2 additions & 2 deletions rpm-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BASE_IMAGE="centos:6"

FROM ubuntu as CERT_GETTER
ENV CACERT_BUNDLE_VERSION=2023-05-30
ENV CACERT_BUNDLE_SHA256="5fadcae90aa4ae041150f8e2d26c37d980522cdb49f923fc1e1b5eb8d74e71ad"
ENV CACERT_BUNDLE_VERSION=2023-08-22
ENV CACERT_BUNDLE_SHA256="23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9"
RUN apt-get update && apt-get install -y wget
RUN wget "https://curl.se/ca/cacert-${CACERT_BUNDLE_VERSION}.pem" -O /cacert.pem
RUN echo "${CACERT_BUNDLE_SHA256} /cacert.pem" | sha256sum --check
Expand Down
4 changes: 2 additions & 2 deletions suse-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu as CURL_GETTER
RUN apt-get update && apt-get install -y wget
ENV CURL_VERSION=7.79.1
ENV CURL_SHA256="0a89440848db3ba21d38b93b450d90fb84d4d0fa5562aa9c6933070b0eddc960"
ENV CACERT_BUNDLE_VERSION=2023-05-30
ENV CACERT_BUNDLE_SHA256="5fadcae90aa4ae041150f8e2d26c37d980522cdb49f923fc1e1b5eb8d74e71ad"
ENV CACERT_BUNDLE_VERSION=2023-08-22
ENV CACERT_BUNDLE_SHA256="23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9"
RUN apt-get update && apt-get install -y wget
RUN wget https://github.com/moparisthebest/static-curl/releases/download/v${CURL_VERSION}/curl-amd64
RUN echo "${CURL_SHA256} curl-amd64" | sha256sum --check
Expand Down
4 changes: 2 additions & 2 deletions windows/versions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $SoftwareTable = @{
"NINJA_SHA256"="d0ee3da143211aa447e750085876c9b9d7bcdd637ab5b2c5b41349c617f22f3b";
"GCLOUD_SDK_VERSION"="315.0.0";
"GCLOUD_SDK_SHA256"="c9b283c9db4ed472111ccf32e6689fd467daf18ce3a77b8e601f9c646a83d86b";
"CACERTS_VERSION"="2023-05-30";
"CACERTS_HASH"="5fadcae90aa4ae041150f8e2d26c37d980522cdb49f923fc1e1b5eb8d74e71ad";
"CACERTS_VERSION"="2023-08-22";
"CACERTS_HASH"="23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9";
"JAVA_VERSION"="17.0.8";
"JAVA_SHA256"="db6e7e7506296b8a2338f6047fdc94bf4bbc147b7a3574d9a035c3271ae1a92b";
"JSIGN_VERSION"="5.0";
Expand Down

0 comments on commit 1c4400b

Please sign in to comment.