build: win: update debian base (12->13)

This commit is contained in:
SomberNight
2026-02-27 16:27:11 +00:00
parent a36c9a24db
commit b939e8779f
3 changed files with 6 additions and 8 deletions
+3 -5
View File
@@ -1,4 +1,4 @@
FROM debian:bookworm@sha256:b37bc259c67238d814516548c17ad912f26c3eed48dd9bb54893eafec8739c89
FROM debian:trixie@sha256:13f29b6806e531c3ff3b565bb6eed73f2132506c8c9d41bb996065ca20fb27f2
# need ca-certificates before using snapshot packages
RUN apt update -qq > /dev/null && apt install -qq --yes --no-install-recommends \
@@ -14,11 +14,11 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 && \
apt-get update -q && \
apt-get install -qy --allow-downgrades \
lsb-release \
wget \
gnupg2 \
dirmngr \
python3-software-properties \
software-properties-common \
python3 \
git \
p7zip-full \
make \
@@ -49,8 +49,6 @@ RUN DEBIAN_CODENAME=$(lsb_release --codename --short) && \
wine-stable-i386:i386=${WINEVERSION} \
wine-stable:amd64=${WINEVERSION} \
winehq-stable:amd64=${WINEVERSION} \
libvkd3d1:amd64=1.3~${DEBIAN_CODENAME}-1 \
libvkd3d1:i386=1.3~${DEBIAN_CODENAME}-1 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \
+2 -2
View File
@@ -1,2 +1,2 @@
deb https://snapshot.debian.org/archive/debian/20250530T143637Z/ bookworm main
deb-src https://snapshot.debian.org/archive/debian/20250530T143637Z/ bookworm main
deb https://snapshot.debian.org/archive/debian/20260227T144551Z/ trixie main
deb-src https://snapshot.debian.org/archive/debian/20260227T144551Z/ trixie main
+1 -1
View File
@@ -6,7 +6,7 @@ set -e
DEBIAN_SNAPSHOT_BASE="https://snapshot.debian.org/archive/debian/"
DEBIAN_APPIMAGE_DISTRO="bullseye" # should match build-linux/appimage Dockerfile base
DEBIAN_WINE_DISTRO="bookworm" # should match build-wine Dockerfile base
DEBIAN_WINE_DISTRO="trixie" # should match build-wine Dockerfile base
DEBIAN_ANDROID_DISTRO="trixie" # should match android Dockerfile base
contrib="$(dirname "$0")"