From 779d5f3aa221f84b1c0fbeaad58f70c7de123d53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:46:56 -0700 Subject: [PATCH] chore: Updated the content of the file "/tmp/updatecli/github/k3s-io/... (#7256) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... k3s/conformance/Dockerfile" Updated the content of the file "/tmp/updatecli/github/k3s-io/k3s/Dockerfile.test" Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile.test | 2 +- conformance/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.test b/Dockerfile.test index 20a4ba03c8..05a7fb99d3 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -18,7 +18,7 @@ RUN apk -U --no-cache add git gcc musl-dev docker curl coreutils python3 openssl RUN python3 -m pip install awscli -ENV SONOBUOY_VERSION 0.56.14 +ENV SONOBUOY_VERSION 0.56.16 RUN OS=linux; \ ARCH=$(go env GOARCH); \ diff --git a/conformance/Dockerfile b/conformance/Dockerfile index c8b161aed8..9cab200de3 100644 --- a/conformance/Dockerfile +++ b/conformance/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.17 -ENV SONOBUOY_VERSION 0.56.14 +ENV SONOBUOY_VERSION 0.56.16 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 COPY run-test.sh /usr/bin