Skip to content

Commit

Permalink
updated dockerfile to use debian bookworm from netbrain/wine (#46)
Browse files Browse the repository at this point in the history
fixes #44
  • Loading branch information
netbrain committed Dec 5, 2023
1 parent cbca96b commit 1ba5b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kim@heldig.org>"
LABEL org.opencontainers.image.title="netbrain/zwift"
Expand Down

0 comments on commit 1ba5b97

Please sign in to comment.