fix: force upgrade of libcrypto3 and libssl3
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2023-11-14 15:27:23 +01:00
parent fcabd4fc22
commit 4a570f48d1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ ENV POLARIS_VERSION="${POLARIS_VERSION:-8.5.2}"
ENV FLUX_LOCAL_VERSION="${FLUX_LOCAL_VERSION:-3.1.1}"
RUN apk --update add curl tar bash python3 py3-yaml py3-pip findutils git && \
apk --no-cache upgrade libcrypto3 libssl3 && \
pip install -qq --no-cache-dir flux-local=="$FLUX_LOCAL_VERSION" && \
curl -SsfL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl" && \
curl -SsfL -o /usr/local/bin/kubectl-convert "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl-convert" && \