Skip to content

Commit d345a41

Browse files
authored
Zephyr v3.5.0 -> v3.6.0 (#42)
1 parent e3fe5f6 commit d345a41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# bcdevices/zsdk-zephyr-jammy
88
FROM buildpack-deps:jammy-scm
99

10-
ARG ZSDK_VERSION="0.16.3"
11-
ARG ZEPHYR_VERSION="3.5.0"
10+
ARG ZSDK_VERSION="0.16.5"
11+
ARG ZEPHYR_VERSION="3.6.0"
1212

1313
ARG ZSDK_ROOT_DIR="/opt/toolchains"
1414
ARG ZEPHYR_SRC_DIR="/usr/src"
@@ -28,6 +28,7 @@ ENV PKGS="${PKGS} gnupg"
2828
ENV PKGS="${PKGS} gperf"
2929
ENV PKGS="${PKGS} lbzip2"
3030
ENV PKGS="${PKGS} libc6-dev"
31+
ENV PKGS="${PKGS} libmagic1"
3132
ENV PKGS="${PKGS} libsdl2-dev"
3233
ENV PKGS="${PKGS} lsb-release"
3334
ENV PKGS="${PKGS} ninja-build"

0 commit comments

Comments
 (0)