We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b6481 commit c2571d7Copy full SHA for c2571d7
contrib/build-wine.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
2
3
SHELL ["/bin/bash", "-c"]
4
@@ -15,7 +15,7 @@ RUN apt-get install -y \
15
RUN dpkg --add-architecture i386
16
RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key
17
RUN apt-key add winehq.key
18
-RUN echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" >> /etc/apt/sources.list
+RUN echo "deb https://dl.winehq.org/wine-builds/debian/ bookworm main" >> /etc/apt/sources.list
19
RUN apt-get update
20
RUN apt-get install --install-recommends -y \
21
wine-stable-amd64 \
contrib/build.Dockerfile
+FROM debian:buster-slim
0 commit comments