mirror of https://github.com/k3s-io/k3s
Bump alpine from 3.20 to 3.21 in /package (#11432)
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/11535/head
parent
7baaecb3b9
commit
9126939f79
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.20 as base
|
||||
FROM alpine:3.21 as base
|
||||
RUN apk add -U ca-certificates zstd tzdata
|
||||
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 && \
|
||||
|
|
Loading…
Reference in New Issue