diff --git a/contrib/android/Dockerfile b/contrib/android/Dockerfile index 8e59dc8b4..f4987435b 100644 --- a/contrib/android/Dockerfile +++ b/contrib/android/Dockerfile @@ -1,6 +1,6 @@ # based on https://github.com/kivy/python-for-android/blob/master/Dockerfile -FROM debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 +FROM debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 ENV DEBIAN_FRONTEND=noninteractive diff --git a/contrib/android/apt.sources.list b/contrib/android/apt.sources.list index 9c9c22126..b5b939218 100644 --- a/contrib/android/apt.sources.list +++ b/contrib/android/apt.sources.list @@ -1,2 +1,2 @@ -deb https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib -deb-src https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib +deb https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib +deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib diff --git a/contrib/build-linux/appimage/Dockerfile b/contrib/build-linux/appimage/Dockerfile index f106896e5..df80315e9 100644 --- a/contrib/build-linux/appimage/Dockerfile +++ b/contrib/build-linux/appimage/Dockerfile @@ -2,7 +2,7 @@ # from https://docs.appimage.org/introduction/concepts.html : # "[AppImages] should be built on the oldest possible system, allowing them to run on newer system[s]" -FROM debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f +FROM debian:buster@sha256:e83854c9fb469daa7273d73c43a3fe5ae2da77cb40d3d34282a9af09a9db49f9 ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 ENV DEBIAN_FRONTEND=noninteractive diff --git a/contrib/build-linux/appimage/apt.sources.list b/contrib/build-linux/appimage/apt.sources.list index dccb4d100..e202948aa 100644 --- a/contrib/build-linux/appimage/apt.sources.list +++ b/contrib/build-linux/appimage/apt.sources.list @@ -1,2 +1,2 @@ -deb https://snapshot.debian.org/archive/debian/20220811T031049Z/ buster main non-free contrib -deb-src https://snapshot.debian.org/archive/debian/20220811T031049Z/ buster main non-free contrib +deb https://snapshot.debian.org/archive/debian/20221106T031548Z/ buster main non-free contrib +deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ buster main non-free contrib diff --git a/contrib/build-wine/Dockerfile b/contrib/build-wine/Dockerfile index 2b632dfef..20ca969f9 100644 --- a/contrib/build-wine/Dockerfile +++ b/contrib/build-wine/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 +FROM debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 # need ca-certificates before using snapshot packages RUN apt update -qq > /dev/null && apt install -qq --yes --no-install-recommends \ diff --git a/contrib/build-wine/apt.sources.list b/contrib/build-wine/apt.sources.list index 9c9c22126..b5b939218 100644 --- a/contrib/build-wine/apt.sources.list +++ b/contrib/build-wine/apt.sources.list @@ -1,2 +1,2 @@ -deb https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib -deb-src https://snapshot.debian.org/archive/debian/20220811T031049Z/ bullseye main non-free contrib +deb https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib +deb-src https://snapshot.debian.org/archive/debian/20221106T031548Z/ bullseye main non-free contrib