Skip to content

Commit 5e52d0d

Browse files
m-iwanickiphilipanda
authored andcommitted
dcuc: update dasharo-sdk to v1.9.1
v1.5.0 used up around 10 GB of space Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com> Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
1 parent 55a0eaf commit 5e52d0d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
- run: task test
1717
env:
1818
TASK_X_REMOTE_TASKFILES: 1
19+

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tasks:
2222
cmds:
2323
- task: docker:run
2424
vars:
25-
IMAGE: ghcr.io/dasharo/dasharo-sdk:v1.5.0
25+
IMAGE: ghcr.io/dasharo/dasharo-sdk:v1.9.1
2626
VOLUMES: "{{.PWD}}:/dcu"
2727
WORKDIR: /dcu
2828
COMMAND: test/approve-ci

dcuc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SCRIPT_DIR=$(dirname "$(readlink -f ${BASH_SOURCE[0]})")
66

7-
DOCKER_IMAGE="ghcr.io/dasharo/dasharo-sdk:v1.5.0"
7+
DOCKER_IMAGE="ghcr.io/dasharo/dasharo-sdk:v1.9.1"
88

99
# Initialize an array to store Docker arguments
1010
DOCKER_ARGS=()

0 commit comments

Comments
 (0)