Skip to content

Commit 68d138f

Browse files
Update docker.elastic.co/wolfi/chainguard-base:latest Docker digest to 4a87bc8 (#132094)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.elastic.co/wolfi/chainguard-base | | digest | `427e74c` -> `4a87bc8` | | docker.elastic.co/wolfi/chainguard-base | final | digest | `427e74c` -> `4a87bc8` | | docker.elastic.co/wolfi/chainguard-base | stage | digest | `427e74c` -> `4a87bc8` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 1pm on tuesday" (UTC), 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOS4wIiwibGFiZWxzIjpbIjpEZWxpdmVyeS9QYWNrYWdpbmciLCI+bm9uLWlzc3VlIiwiVGVhbTpEZWxpdmVyeSIsImF1dG8tbWVyZ2Utd2l0aG91dC1hcHByb3ZhbCJdfQ==-->
1 parent 7904e3e commit 68d138f

File tree

1 file changed

+2
-2
lines changed
  • distribution/docker/src/docker/dockerfiles/wolfi

1 file changed

+2
-2
lines changed

distribution/docker/src/docker/dockerfiles/wolfi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Extract Elasticsearch artifact
2525
################################################################################
2626
27-
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:427e74c0176b8f1f59a0d78537792764e5420069ee5df1f0fea39799d24e4137 AS builder
27+
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:4a87bc8200c8944039d3f5bac7c38e997978ebe4dbd99276f1cf30f1269d544e AS builder
2828
2929
# Install required packages to extract the Elasticsearch distribution
3030
RUN <%= retry.loop(package_manager, "export DEBIAN_FRONTEND=noninteractive && ${package_manager} update && ${package_manager} update && ${package_manager} add --no-cache curl") %>
@@ -79,7 +79,7 @@ RUN sed -i -e 's/ES_DISTRIBUTION_TYPE=tar/ES_DISTRIBUTION_TYPE=docker/' bin/elas
7979
# Add entrypoint
8080
################################################################################
8181

82-
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:427e74c0176b8f1f59a0d78537792764e5420069ee5df1f0fea39799d24e4137
82+
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:4a87bc8200c8944039d3f5bac7c38e997978ebe4dbd99276f1cf30f1269d544e
8383

8484
RUN <%= retry.loop(package_manager,
8585
"export DEBIAN_FRONTEND=noninteractive && \n" +

0 commit comments

Comments
 (0)