buildworker,buildmaster: bump Debian to version 12
authorPetr Štetiar <ynezz@true.cz>
Thu, 26 Sep 2024 07:55:30 +0000 (07:55 +0000)
committerPetr Štetiar <ynezz@true.cz>
Thu, 26 Sep 2024 08:05:21 +0000 (08:05 +0000)
Debian 11 LTS support ends in June 2026, so it's probably around the
time when support for the OpenWrt 24.10 release might end. Therefore,
let's switch to Debian 12, which should have LTS support until June 2028
and is the latest and greatest.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildmaster/Dockerfile
docker/buildworker/Dockerfile

index 51b9d9b2a9c0bc3656265c4d73805eb3c7ac6faa..d8f7f79dccefee1363610ea3e9f599eecb836c42 100644 (file)
@@ -23,7 +23,7 @@ RUN git checkout $APK_TOOLS_COMMIT
 RUN make -j$(nproc) static
 
 
-FROM        debian:11
+FROM        debian:12
 MAINTAINER  OpenWrt Maintainers
 
 ARG         DEBIAN_FRONTEND=noninteractive
index a81c35be70404213a6525e8ad5634d9a67bfae7b..e8d077b7f5753fd40533a5577d001fa206718a95 100644 (file)
@@ -1,4 +1,4 @@
-FROM        debian:11
+FROM        debian:12
 MAINTAINER  OpenWrt Maintainers
 
 ARG         DEBIAN_FRONTEND=noninteractive