Skip to content

Commit aec58c1

Browse files
Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 8df3ca6 (main) (#208931)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.elastic.co/wolfi/chainguard-base | digest | `d04ee51` -> `8df3ca6` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDpza2lwIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 6dda888 commit aec58c1

File tree

1 file changed

+1
-1
lines changed
  • src/dev/build/tasks/os_packages/docker_generator

1 file changed

+1
-1
lines changed

src/dev/build/tasks/os_packages/docker_generator/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function runDockerGenerator(
5151
*/
5252
if (flags.baseImage === 'wolfi')
5353
baseImageName =
54-
'docker.elastic.co/wolfi/chainguard-base:latest@sha256:d04ee511fdbf5a378f420fc3e42b59222f82e92363670abf7a2c76b6b896ddcd';
54+
'docker.elastic.co/wolfi/chainguard-base:latest@sha256:8df3ca6e1468dfda09359c47162bff2df9f9b48986037e8324b63e9347a3ce17';
5555

5656
let imageFlavor = '';
5757
if (flags.baseImage === 'ubi') imageFlavor += `-ubi`;

0 commit comments

Comments
 (0)