Skip to content

Commit 94aa7d8

Browse files
committed
chore(ci): Bump to 3.5 Docker images.
1 parent 552347b commit 94aa7d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/zmkfirmware/zmk-dev-arm:3.2
1+
FROM docker.io/zmkfirmware/zmk-dev-arm:3.5
22

33
COPY .bashrc tmp
44
RUN mv /tmp/.bashrc ~/.bashrc

.github/workflows/ble-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
test: ${{ fromJSON(needs.collect-tests.outputs.test-dirs) }}
3636
runs-on: ubuntu-latest
3737
container:
38-
image: docker.io/zmkfirmware/zmk-build-arm:3.2
38+
image: docker.io/zmkfirmware/zmk-build-arm:3.5
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ always() }}
1818
runs-on: ubuntu-latest
1919
container:
20-
image: docker.io/zmkfirmware/zmk-build-arm:3.2
20+
image: docker.io/zmkfirmware/zmk-build-arm:3.5
2121
needs: compile-matrix
2222
strategy:
2323
matrix:

.github/workflows/hardware-metadata-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
validate-metadata:
1919
runs-on: ubuntu-latest
2020
container:
21-
image: docker.io/zmkfirmware/zmk-dev-arm:3.2
21+
image: docker.io/zmkfirmware/zmk-dev-arm:3.5
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Install dependencies

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
test: ${{ fromJSON(needs.collect-tests.outputs.test-dirs) }}
3636
runs-on: ubuntu-latest
3737
container:
38-
image: docker.io/zmkfirmware/zmk-build-arm:3.2
38+
image: docker.io/zmkfirmware/zmk-build-arm:3.5
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4

0 commit comments

Comments
 (0)