From 689f44cf7355b6b18123d7a96be46ba5d7095a07 Mon Sep 17 00:00:00 2001 From: toast Date: Sun, 22 Sep 2024 03:58:50 +1000 Subject: [PATCH] Use Alpine 3.20 image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8147564..bef0c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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