update/SDK version

This commit is contained in:
Kirill Sobakin
2026-05-12 09:58:20 +03:00
parent 23ac3a8d12
commit 03736c613b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM openwrt/sdk:x86-64-SNAPSHOT
FROM openwrt/sdk:x86_64-v25.12.3
WORKDIR /builder
RUN ./setup.sh \
&& ./scripts/feeds update -a \

View File

@@ -1,4 +1,4 @@
FROM openwrt/sdk:x86_64-v24.10.3
FROM openwrt/sdk:x86_64-v24.10.6
WORKDIR /builder
RUN ./scripts/feeds update -a \
&& ./scripts/feeds install luci-base \