Skip to content

Commit ad16d36

Browse files
authored
Merge pull request #23 from webcomics/renovate/debian-13.x
2 parents 9896eca + 2c841b9 commit ad16d36

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm
1+
FROM debian:trixie
22
LABEL org.opencontainers.image.authors="Tobias Gruetzmacher <tobias-docker@23.gs>"
33

44
ENV DEBIAN_FRONTEND=noninteractive
@@ -17,7 +17,6 @@ RUN \
1717
&& apt-get install -y --no-install-recommends \
1818
ca-certificates \
1919
curl \
20-
libvulkan1 \
2120
unzip \
2221
xauth \
2322
xvfb \

apt/sources.list.d/winehq.sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Repository for wine
22
Types: deb
33
URIs: https://dl.winehq.org/wine-builds/debian/
4-
Suites: bookworm
4+
Suites: trixie
55
Components: main
66
Enabled: no
77
Signed-By:

0 commit comments

Comments
 (0)