Skip to content

Commit f10b54a

Browse files
committed
docker: adopt stable Debian release and bounded west major
1 parent 36a2d5c commit f10b54a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

zephyr-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.7
2-
FROM debian:stable-slim
2+
FROM debian:bookworm-slim
33

44
ARG ZEPHYR_SDK_VERSION=1.0.0
55
ARG ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZEPHYR_SDK_VERSION}
@@ -25,7 +25,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
2525
# West
2626

2727
RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked \
28-
pip install wheel west
28+
pip install "wheel>=0,<1" "west>=1,<2"
2929

3030
# Zephyr SDK
3131

0 commit comments

Comments
 (0)