Skip to content

Commit

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

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 14, 2024
1 parent 07004d2 commit e12c077
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.26.15
FROM ghcr.io/zephyrproject-rtos/ci:main@sha256:4e337e98b2d894cd73d62d030e35ae957bf0259dbc430439dd4380002f0493cc

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

0 comments on commit e12c077

Please sign in to comment.