Skip to content

Commit 5a3486e

Browse files
committed
build: bump debian to bullseye
1 parent a8515e5 commit 5a3486e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/build-wine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/ bookworm main" >> /etc/apt/sources.list
18+
RUN echo "deb https://dl.winehq.org/wine-builds/debian/ bullseye 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:buster-slim
1+
FROM debian:bookworm-slim
22

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

0 commit comments

Comments
 (0)