Skip to content

Commit

Permalink
Update build container to 23.05.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Oct 15, 2024
1 parent a5f63ec commit ed3cda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .containers/matter-openwrt-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG OPENWRT_VERSION=23.05.4
ARG OPENWRT_VERSION=23.05.5
FROM ghcr.io/openwrt/sdk:x86-generic-${OPENWRT_VERSION}
LABEL org.opencontainers.image.description="Pre-warmed OpenWrt SDK"

# Core packages to pre-build to speed up CI builds
ARG SRC_PACKAGES="glib2 openssl ubus"
ARG CFG_PACKAGES="glib2 libopenssl libubus"
ARG SRC_PACKAGES="glib2 openssl ubus avahi"
ARG CFG_PACKAGES="glib2 libopenssl libubus libavahi-client"

RUN set -x && \
grep -w 'base\|packages' feeds.conf.default > feeds.conf && \
Expand Down

0 comments on commit ed3cda3

Please sign in to comment.