Skip to content

Commit c2571d7

Browse files
committed
Revert "build: bump debian to bullseye"
Oops, that was a downgrade. This reverts commit 5834170.
1 parent f3b6481 commit c2571d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contrib/build-wine.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:bookworm-slim
22

33
SHELL ["/bin/bash", "-c"]
44

@@ -15,7 +15,7 @@ RUN apt-get install -y \
1515
RUN dpkg --add-architecture i386
1616
RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key
1717
RUN apt-key add winehq.key
18-
RUN echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye main" >> /etc/apt/sources.list
18+
RUN echo "deb https://dl.winehq.org/wine-builds/debian/ bookworm main" >> /etc/apt/sources.list
1919
RUN apt-get update
2020
RUN apt-get install --install-recommends -y \
2121
wine-stable-amd64 \

contrib/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bullseye-slim
1+
FROM debian:buster-slim
22

33
SHELL ["/bin/bash", "-c"]
44

0 commit comments

Comments
 (0)