Use Alpine 3.20 image
This commit is contained in:
parent
78098a8204
commit
689f44cf73
@ -2,7 +2,7 @@ FROM scratch AS base
|
|||||||
WORKDIR /builder
|
WORKDIR /builder
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
FROM alpine:edge
|
FROM alpine:3.20
|
||||||
LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Kon"
|
LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Kon"
|
||||||
RUN apk add --no-cache libgcc fluidsynth
|
RUN apk add --no-cache libgcc fluidsynth
|
||||||
WORKDIR /kon
|
WORKDIR /kon
|
||||||
|
Loading…
Reference in New Issue
Block a user