Use tkey-builder:4

This commit is contained in:
Michael Cardell Widerkrantz 2024-03-21 15:54:58 +01:00 committed by dehanj
parent da40edfc51
commit d10c4972d7
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A
3 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ jobs:
ci:
runs-on: ubuntu-latest
container:
image: ghcr.io/tillitis/tkey-builder:3
image: ghcr.io/tillitis/tkey-builder:4
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# fetch-depth: 0
persist-credentials: false

View File

@ -42,7 +42,7 @@ RUN apt-get -qq update -y \
vim \
xdot \
sdcc \
splint \
splint \
cmake \
gcc-arm-none-eabi \
libnewlib-arm-none-eabi \

View File

@ -5,7 +5,7 @@
BUILDIMAGE=tkey-builder-local
# default image used when running a container
IMAGE=ghcr.io/tillitis/tkey-builder:3
IMAGE=ghcr.io/tillitis/tkey-builder:4
all:
@echo "Targets:"