Skip to content

Commit 8ee0f6c

Browse files
committed
Dockerfile: Use latest main CI image as base image
This commit updates the Dockerfile to use the latest main CI image as the base image. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 07004d2 commit 8ee0f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/zephyrproject-rtos/ci:v0.26.15
1+
FROM ghcr.io/zephyrproject-rtos/ci:main@sha256:4e337e98b2d894cd73d62d030e35ae957bf0259dbc430439dd4380002f0493cc
22

33
# Cache Zephyr repositories
44
RUN mkdir -p /repo-cache/zephyrproject && \

0 commit comments

Comments
 (0)