From 0366a58cffba013031189c81595bff2a1533aefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Iwanicki?= Date: Wed, 13 Aug 2025 10:23:19 +0200 Subject: [PATCH] dcuc: update dasharo-sdk to v1.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v1.5.0 used up around 10 GB of space Signed-off-by: MichaƂ Iwanicki --- .github/workflows/tests.yml | 4 ++-- dcuc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e734409..d78e8f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,9 +21,9 @@ jobs: - name: tests uses: addnab/docker-run-action@v3 with: - image: ghcr.io/dasharo/dasharo-sdk:v1.5.0 + image: ghcr.io/dasharo/dasharo-sdk:v1.7.0 options: --rm -v ${{ github.workspace }}:/dcu run: | cd dcu test/approve-ci - \ No newline at end of file + diff --git a/dcuc b/dcuc index e7b3fc8..f3a4a93 100755 --- a/dcuc +++ b/dcuc @@ -4,7 +4,7 @@ SCRIPT_DIR=$(dirname "$(readlink -f ${BASH_SOURCE[0]})") -DOCKER_IMAGE="ghcr.io/dasharo/dasharo-sdk:v1.5.0" +DOCKER_IMAGE="ghcr.io/dasharo/dasharo-sdk:v1.7.0" # Initialize an array to store Docker arguments DOCKER_ARGS=() @@ -38,4 +38,4 @@ if [[ -v CI ]]; then ../dcu "${COMMAND_ARGS[@]}" else docker run -t --rm -v "${SCRIPT_DIR}:${SCRIPT_DIR}" "${DOCKER_ARGS[@]}" -w "${SCRIPT_DIR}" $DOCKER_IMAGE ./dcu "${COMMAND_ARGS[@]}" -fi \ No newline at end of file +fi