Commit 86875c97 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Brad Davidson

Bump alpine from 3.18 to 3.20 in /package

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: 's avatardependabot[bot] <support@github.com>
parent de4cda57
FROM alpine:3.18 as base
FROM alpine:3.20 as base
RUN apk add -U ca-certificates tar 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 && \
......
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