Commit 8257e71c authored by dependabot[bot]'s avatar dependabot[bot] Committed by Brad Davidson

Bump alpine from 3.18 to 3.20 in /conformance

Bumps alpine from 3.18 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: 's avatardependabot[bot] <support@github.com> (cherry picked from commit de4cda57) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent e5468c93
FROM alpine:3.18 FROM alpine:3.20
ENV SONOBUOY_VERSION 0.56.16 ENV SONOBUOY_VERSION 0.57.1
RUN apk add curl tar gzip RUN apk add curl tar gzip
RUN curl -sfL https://github.com/vmware-tanzu/sonobuoy/releases/download/v${SONOBUOY_VERSION}/sonobuoy_${SONOBUOY_VERSION}_linux_amd64.tar.gz | tar xvzf - -C /usr/bin RUN curl -sfL https://github.com/vmware-tanzu/sonobuoy/releases/download/v${SONOBUOY_VERSION}/sonobuoy_${SONOBUOY_VERSION}_linux_amd64.tar.gz | tar xvzf - -C /usr/bin
COPY run-test.sh /usr/bin COPY run-test.sh /usr/bin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment