mirror of https://github.com/openwrt/docker.git
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
parent
9b55784b18
commit
d0c534805d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue