Skip to content

Commit f8f9d2a

Browse files
Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 8df3ca6 (8.18) (#209902)
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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOC4xOCIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDpza2lwIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent ccc9e50 commit f8f9d2a

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)