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