Unverified Commit e53500f3 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

Bump alpine from 3.16 to 3.17 in /conformance (#6687)

Bumps alpine from 3.16 to 3.17. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: 's avatardependabot[bot] <support@github.com> Signed-off-by: 's avatardependabot[bot] <support@github.com> Co-authored-by: 's avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent c7151e8b
FROM alpine:3.16
FROM alpine:3.17
ENV SONOBUOY_VERSION 0.56.10
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
......
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