Update linuxkit/alpine

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2024-01-25 20:34:43 +02:00
parent ed7dacb72b
commit 3d20dfe386
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM alpine:3.17 AS mirror ARG ALPINE_VERSION=3.19
FROM alpine:${ALPINE_VERSION} AS mirror
# update base image # update base image
RUN apk update && apk upgrade -a RUN apk update && apk upgrade -a
@ -55,7 +56,7 @@ RUN set -e && \
cp iucode_tool /iucode_tool; \ cp iucode_tool /iucode_tool; \
fi fi
FROM alpine:3.17 FROM alpine:${ALPINE_VERSION}
ARG TARGETARCH ARG TARGETARCH

View File

@ -10,6 +10,8 @@ autoconf
automake automake
bash bash
bc bc
bcc
bcc-dev
binutils binutils
binutils-dev binutils-dev
bison bison
@ -130,5 +132,6 @@ xorriso
xz xz
xz-dev xz-dev
zfs zfs
zip
zlib-dev zlib-dev
zlib-static zlib-static