From 1ba5b9721801c9bf48a0b5c497479b4c20525e03 Mon Sep 17 00:00:00 2001 From: Kim Eik Date: Tue, 5 Dec 2023 11:36:42 +0100 Subject: [PATCH] updated dockerfile to use debian bookworm from netbrain/wine (#46) fixes #44 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68ce4d1..1c6dafd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN git clone https://github.com/quietvoid/runfromprocess-rs . RUN cargo build --target x86_64-pc-windows-gnu --release -FROM netbrain/wine:7.0.0 +FROM netbrain/wine:7.0.0-bookworm LABEL org.opencontainers.image.authors="Kim Eik " LABEL org.opencontainers.image.title="netbrain/zwift"