chore(deps): update docker digest to 4778f39 (#37)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-30 14:31:18 +01:00 committed by GitHub
parent e810c649ae
commit 5d0038ecc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ tasks:
desc: Build the operator container image for the plugin desc: Build the operator container image for the plugin
env: env:
# renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main # renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main
DAGGER_DOCKER_SHA: d7438770bfab8844a89c2923b9e2942e78de5239 DAGGER_DOCKER_SHA: 4778f39b9cf56e0242c124000a563f9486dafa4b
cmds: cmds:
- > - >
GITHUB_REF= dagger -s call -m github.com/purpleclay/daggerverse/docker@${DAGGER_DOCKER_SHA} GITHUB_REF= dagger -s call -m github.com/purpleclay/daggerverse/docker@${DAGGER_DOCKER_SHA}
@ -80,7 +80,7 @@ tasks:
desc: Build the sidecar container image for the plugin desc: Build the sidecar container image for the plugin
env: env:
# renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main # renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main
DAGGER_DOCKER_SHA: d7438770bfab8844a89c2923b9e2942e78de5239 DAGGER_DOCKER_SHA: 4778f39b9cf56e0242c124000a563f9486dafa4b
cmds: cmds:
- > - >
GITHUB_REF= dagger -s call -m github.com/purpleclay/daggerverse/docker@${DAGGER_DOCKER_SHA} GITHUB_REF= dagger -s call -m github.com/purpleclay/daggerverse/docker@${DAGGER_DOCKER_SHA}
@ -122,7 +122,7 @@ tasks:
IMAGE_VERSION: '{{regexReplaceAll "(\\d+)/merge" .GITHUB_REF_NAME "pr-${1}"}}' IMAGE_VERSION: '{{regexReplaceAll "(\\d+)/merge" .GITHUB_REF_NAME "pr-${1}"}}'
env: env:
# renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main # renovate: datasource=git-refs depName=docker lookupName=https://github.com/purpleclay/daggerverse currentValue=main
DAGGER_DOCKER_SHA: d7438770bfab8844a89c2923b9e2942e78de5239 DAGGER_DOCKER_SHA: 4778f39b9cf56e0242c124000a563f9486dafa4b
cmds: cmds:
- > - >
dagger -s call -m github.com/purpleclay/daggerverse/docker@${DAGGER_DOCKER_SHA} dagger -s call -m github.com/purpleclay/daggerverse/docker@${DAGGER_DOCKER_SHA}