Skip to content

Commit

Permalink
Keep around Gecko SDK 4.4.2 for Z-Wave
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jun 19, 2024
1 parent 007b474 commit 5f4dd69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ RUN \
&& unzip -q -d gecko_sdk_4.3.1 gecko_sdk_4.3.1.zip \
&& rm gecko_sdk_4.3.1.zip

# Gecko SDK 4.4.2
RUN \
curl -o gecko_sdk_4.4.2.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.2/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.2 gecko_sdk_4.4.2.zip \
&& rm gecko_sdk_4.4.2.zip

ARG USERNAME=builder
ARG USER_UID=1000
ARG USER_GID=$USER_UID
Expand Down

0 comments on commit 5f4dd69

Please sign in to comment.