Use Alpine 3.20 image
Some checks failed
Build and push Docker image / build (push) Failing after 6m49s
Build and push Docker image / deploy (push) Has been skipped

This commit is contained in:
toast 2024-09-22 03:58:50 +10:00
parent 78098a8204
commit 689f44cf73

View File

@ -2,7 +2,7 @@ FROM scratch AS base
WORKDIR /builder
COPY . .
FROM alpine:edge
FROM alpine:3.20
LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Kon"
RUN apk add --no-cache libgcc fluidsynth
WORKDIR /kon