mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 04:59:50 +00:00
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: dependabot[bot] <support@github.com>
(cherry picked from commit de4cda57e6)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
0f1b81f2af
commit
b7dfee4e65
@@ -1,5 +1,5 @@
|
||||
FROM alpine:3.18
|
||||
ENV SONOBUOY_VERSION 0.57.0
|
||||
FROM alpine:3.20
|
||||
ENV SONOBUOY_VERSION 0.57.1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user