Skip to content

Commit 40c9bb2

Browse files
marc-hblgirdwood
authored andcommitted
.github: switch docker image from ':latest' to ':v0.17.3'
Even though "latest" is being referenced by the current https://github.com/zephyrproject-rtos/docker-image/tree/072880b3#readme I've been told it's too "bleeding edge" to be used in CI. v0.17.3 also has libssl-dev which was the only thing we were missing. Signed-off-by: Marc Herbert <[email protected]>
1 parent 55025f6 commit 40c9bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020

2121
- name: build
2222
run: docker run -v "$(pwd)":/workdir
23-
docker.io/zephyrprojectrtos/zephyr-build:latest
23+
docker.io/zephyrprojectrtos/zephyr-build:v0.17.3
2424
./zephyr/docker-build.sh

0 commit comments

Comments
 (0)