fix: force upgrade of libcrypto3 and libssl3
This commit is contained in:
parent
a525b2206e
commit
01a3223a13
@ -34,6 +34,7 @@ ENV YAMLLINT_VERSION="${YAMLLINT_VERSION:-1.32.0}"
|
||||
ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.6.3}"
|
||||
|
||||
RUN apk --update add --no-cache python3 py3-pip curl make tar git bash && \
|
||||
apk --no-cache upgrade libcrypto3 libssl3 && \
|
||||
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}" && \
|
||||
curl -SsfL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-${TARGETOS}-${TARGETARCH}${TARGETVARIANT//v/-}" && \
|
||||
curl -SsfL -o /usr/local/bin/openapi2jsonschema "https://raw.githubusercontent.com/yannh/kubeconform/${KUBECONFORM_VERSION}/scripts/openapi2jsonschema.py" && \
|
||||
|
Loading…
Reference in New Issue
Block a user