Dockerfile: switch to v21 aka debian:11

We switches to Debian 12 to early, causing incompatible SDK versions.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/153/head
Paul Spooren 2024-11-05 20:33:40 +01:00
parent 9b55784b18
commit d0c534805d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE=ghcr.io/openwrt/buildbot/buildworker-v3.11.8:v20
ARG BASE_IMAGE=ghcr.io/openwrt/buildbot/buildworker-v3.11.8:v21
FROM $BASE_IMAGE
ARG USER=buildbot