File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 - name : Install Dagger
2828 env :
2929 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
30- DAGGER_VERSION : 0.19.2
30+ DAGGER_VERSION : 0.19.3
3131 run : |
3232 curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
3333 - name : Publish a barman-base
Original file line number Diff line number Diff line change 4444 - name : Install Dagger
4545 env :
4646 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
47- DAGGER_VERSION : 0.19.2
47+ DAGGER_VERSION : 0.19.3
4848 run : |
4949 curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
5050 - name : Run CI task
Original file line number Diff line number Diff line change 3131 - name : Install Dagger
3232 env :
3333 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
34- DAGGER_VERSION : 0.19.2
34+ DAGGER_VERSION : 0.19.3
3535 run : |
3636 curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
3737 - name : Create image and manifest
Original file line number Diff line number Diff line change 2121 - name : Install Dagger
2222 env :
2323 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
24- DAGGER_VERSION : 0.19.2
24+ DAGGER_VERSION : 0.19.3
2525 run : |
2626 curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
2727 - name : Create image and manifest
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ tasks:
202202 - start-build-network
203203 vars :
204204 # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
205- DAGGER_VERSION : 0.19.2
205+ DAGGER_VERSION : 0.19.3
206206 DAGGER_ENGINE_IMAGE : registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
207207 cmds :
208208 - >
You can’t perform that action at this time.
0 commit comments