File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# SPDX-FileCopyrightText: (C) 2024 - 2026 Intel Corporation
44# SPDX-License-Identifier: Apache-2.0
55
6- FROM debian:12 @sha256:bc960ef50e6feed90686c593361df158517556ed1d2d98e5d1df3724024e0f49 AS source-grabber
6+ FROM debian:13 @sha256:35b8ff74ead4880f22090b617372daff0ccae742eb5674455d542bef71ef1999 AS source-grabber
77
88RUN echo "deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware" >> /etc/apt/sources.list \
99 && echo "deb-src http://security.debian.org/debian-security bookworm-security main" >> /etc/apt/sources.list \
@@ -89,7 +89,7 @@ RUN : \
8989 ; git clone --depth 1 https://github.com/mozilla/geckodriver \
9090 ; git clone --depth 1 https://github.com/mirror/busybox
9191
92- FROM debian:13@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8
92+ FROM debian:13@sha256:35b8ff74ead4880f22090b617372daff0ccae742eb5674455d542bef71ef1999
9393
9494COPY --from=source-grabber /sources /sources
9595COPY third-party-programs.txt /sources
You can’t perform that action at this time.
0 commit comments