Skip to content

Commit

Permalink
Zephyr v3.5.0 -> v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoBCD committed Apr 17, 2024
1 parent e3fe5f6 commit d2da269
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# bcdevices/zsdk-zephyr-jammy
FROM buildpack-deps:jammy-scm

ARG ZSDK_VERSION="0.16.3"
ARG ZEPHYR_VERSION="3.5.0"
ARG ZSDK_VERSION="0.16.5"
ARG ZEPHYR_VERSION="3.6.0"

ARG ZSDK_ROOT_DIR="/opt/toolchains"
ARG ZEPHYR_SRC_DIR="/usr/src"
Expand All @@ -28,6 +28,7 @@ ENV PKGS="${PKGS} gnupg"
ENV PKGS="${PKGS} gperf"
ENV PKGS="${PKGS} lbzip2"
ENV PKGS="${PKGS} libc6-dev"
ENV PKGS="${PKGS} libmagic1"
ENV PKGS="${PKGS} libsdl2-dev"
ENV PKGS="${PKGS} lsb-release"
ENV PKGS="${PKGS} ninja-build"
Expand Down

0 comments on commit d2da269

Please sign in to comment.