Bump all alpine images to 3.16 (#6334)

Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/6432/head
Derek Nola 2022-10-26 09:31:09 -07:00 committed by Brad Davidson
parent 7461ae457d
commit 0d4ae24ec6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
ENV SONOBUOY_VERSION 0.56.5
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

View File

@ -1,4 +1,4 @@
FROM alpine:3.15 as base
FROM alpine:3.16 as base
RUN apk add -U ca-certificates tar zstd
COPY build/out/data.tar.zst /
RUN mkdir -p /image/etc/ssl/certs /image/run /image/var/run /image/tmp /image/lib/modules /image/lib/firmware && \