Skip to content

Commit

Permalink
Dockerfile: Use CI image v0.27.4 as base image
Browse files Browse the repository at this point in the history
This commit updates the Dockerfile to use the CI image v0.27.4 as the
base image.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Oct 26, 2024
1 parent e93c675 commit fb94d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/zephyrproject-rtos/ci:v0.27.3
FROM ghcr.io/zephyrproject-rtos/ci:v0.27.4

# Cache Zephyr repositories
RUN mkdir -p /repo-cache/zephyrproject && \
Expand Down

0 comments on commit fb94d4a

Please sign in to comment.