Skip to content

Commit e7cbd5f

Browse files
chore(deps): update zephyr-docker to v0.28.1
1 parent 23dbc7f commit e7cbd5f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656
jobs:
5757
build:
5858
runs-on: ubuntu-24.04
59-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
59+
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1
6060
env:
6161
CMAKE_PREFIX_PATH: /opt/toolchains
6262
outputs:

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
compliance_job:
1111
runs-on: ubuntu-24.04
1212
name: Run compliance checks on patch series (PR)
13-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
13+
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1
1414

1515
# Skip job if it was triggered by Renovate Bot
1616
if: ${{ !contains(github.actor, 'renovate') }}

.github/workflows/dfu_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
analyze:
2323
name: Static analysis
2424
runs-on: ubuntu-latest
25-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
25+
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1
2626
env:
2727
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory
2828
CMAKE_PREFIX_PATH: /opt/toolchains

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
name: Build and analyze
2020
runs-on: ubuntu-latest
21-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
21+
container: ghcr.io/zephyrproject-rtos/ci:v0.28.1
2222
env:
2323
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
2424
CMAKE_PREFIX_PATH: /opt/toolchains

Dockerfile.twister

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM zephyrprojectrtos/ci:v0.27.4 as base
1+
FROM zephyrprojectrtos/ci:v0.28.1 as base
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)