From 562154cb55d2bb4b0df6245acd320a6277348e34 Mon Sep 17 00:00:00 2001 From: Federico Ficarelli <1379149+nazavode@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:26:06 +0200 Subject: [PATCH] Bump docker image 2.2 -> 2.3 --- .github/workflows/ci-kernels.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-kernels.yml b/.github/workflows/ci-kernels.yml index 1481cf42..e57bd901 100644 --- a/.github/workflows/ci-kernels.yml +++ b/.github/workflows/ci-kernels.yml @@ -9,7 +9,7 @@ on: jobs: build-and-run-kernels: runs-on: ubuntu-latest - container: ghcr.io/nazavode/snitch-toolchain:2.2 + container: ghcr.io/nazavode/snitch-toolchain:2.3 steps: - uses: actions/checkout@v3 with: diff --git a/README.md b/README.md index da3e3181..e7020231 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ a clone of this repo inside it at `/src`: ```shell $ git clone https://github.com/opencompl/riscv-paper-experiments.git -$ docker run --rm -ti --volume $PWD/riscv-paper-experiments:/src ghcr.io/nazavode/snitch-toolchain:2.2 bash +$ docker run --rm -ti --volume $PWD/riscv-paper-experiments:/src ghcr.io/nazavode/snitch-toolchain:2.3 bash ``` *Note: `opencompl` members seem not to have enough rights to push packages to the organization's