Skip to content

Commit e395bf5

Browse files
committed
Bump alpine build system and kernel to 3.18
1 parent e1bfcb2 commit e395bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.3-labs
22

33
# Alpine version to build with
4-
ARG ALPINE_VERSION=3.16
4+
ARG ALPINE_VERSION=3.18
55

66
# --- BUILD STAGE ---
77
# Build base alpine-sdk image for later build stages
@@ -124,7 +124,7 @@ RUN cd /root/qemu-exit && cc -o /root/qemu-exit/qemu-exit -std=gnu99 -static -s
124124

125125
# --- BUILD STAGE ---
126126
# Build alpine kernel and initramfs with virtiofs module
127-
FROM alpine:3.16 as alpine-kernel
127+
FROM alpine:3.18 as alpine-kernel
128128

129129
RUN apk add --no-cache linux-virt
130130
RUN echo 'kernel/fs/fuse/virtiofs*' >>/etc/mkinitfs/features.d/virtio.modules && \

0 commit comments

Comments
 (0)