support/docker: update Debian distro to a newer tag/date

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Thomas Petazzoni 2023-02-07 17:31:16 +01:00 committed by Yann E. MORIN
parent f9867a725c
commit d24c6f4b15
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# We use a specific tag for the base image *and* the corresponding date # We use a specific tag for the base image *and* the corresponding date
# for the repository., so do not forget to update the apt-sources.list # for the repository., so do not forget to update the apt-sources.list
# file that is shipped next to this Dockerfile. # file that is shipped next to this Dockerfile.
FROM debian:bullseye-20210902 FROM debian:bullseye-20230202
LABEL maintainer="Buildroot mailing list <buildroot@buildroot.org>" \ LABEL maintainer="Buildroot mailing list <buildroot@buildroot.org>" \
vendor="Buildroot" \ vendor="Buildroot" \

View File

@ -1,4 +1,4 @@
# Latest just before 20210817T000000Z: # Latest just before 20230207T102800Z:
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20210902T205533Z/ bullseye main deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20230206T092119Z/ bullseye main
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20210902T193650Z/ bullseye-security main deb [check-valid-until=no] http://snapshot.debian.org/archive/debian-security/20230206T092119Z/ bullseye-security main
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20210902T205533Z/ bullseye-updates main deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20230206T092119Z/ bullseye-updates main