Skip to content

Commit

Permalink
buildworker,buildmaster: bump Debian to version 11
Browse files Browse the repository at this point in the history
Debian 10 LTS support ends on 6/2024, so it makes no sense to use it as
a base for 23.05 release, so lets switch to Debian 11 which should've
LTS support till 6/2026.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
  • Loading branch information
ynezz committed May 15, 2023
1 parent e40a281 commit f274454
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
@@ -1,4 +1,4 @@
FROM debian:10
FROM debian:11
MAINTAINER OpenWrt Maintainers

ARG DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker/buildworker/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:10
FROM debian:11
MAINTAINER OpenWrt Maintainers

ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit f274454

Please sign in to comment.