Skip to content

Commit 2514373

Browse files
marius-alex-tachepull[bot]
authored andcommitted
[K32W0] Update Docker image to accommodate SDK 2.6.11 (#26365)
Signed-off-by: Marius Tache <marius.tache@nxp.com>
1 parent bee92ce commit 2514373

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

integrations/docker/images/chip-build-k32w/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN set -x \
1212
WORKDIR /opt/sdk
1313
# Setup the K32W SDK
1414
RUN set -x \
15-
&& wget https://cache.nxp.com/lgfiles/bsps/SDK_2_6_10_K32W061DK6.zip \
16-
&& unzip SDK_2_6_10_K32W061DK6.zip \
17-
&& rm -rf SDK_2_6_10_K32W061DK6.zip \
15+
&& wget https://cache.nxp.com/lgfiles/bsps/SDK_2_6_11_K32W061DK6.zip \
16+
&& unzip SDK_2_6_11_K32W061DK6.zip \
17+
&& rm -rf SDK_2_6_11_K32W061DK6.zip \
1818
&& : # last line
1919

2020
FROM connectedhomeip/chip-build:${VERSION}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.3 Version bump reason: [Ameba] Matter shell Update
1+
0.7.4 Version bump reason: [K32W0] SDK 2.6.11 update

0 commit comments

Comments
 (0)