We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bfcb2 commit e395bf5Copy full SHA for e395bf5
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1.3-labs
2
3
# Alpine version to build with
4
-ARG ALPINE_VERSION=3.16
+ARG ALPINE_VERSION=3.18
5
6
# --- BUILD STAGE ---
7
# 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
124
125
126
# Build alpine kernel and initramfs with virtiofs module
127
-FROM alpine:3.16 as alpine-kernel
+FROM alpine:3.18 as alpine-kernel
128
129
RUN apk add --no-cache linux-virt
130
RUN echo 'kernel/fs/fuse/virtiofs*' >>/etc/mkinitfs/features.d/virtio.modules && \
0 commit comments