Skip to content

Commit

Permalink
buildworker,buildmaster: bump Debian to version 12
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ynezz committed Sep 26, 2024
1 parent e8c6d63 commit c0a50aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/buildmaster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/buildworker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11
FROM debian:12
MAINTAINER OpenWrt Maintainers

ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit c0a50aa

Please sign in to comment.