We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b86a6 commit 0c28738Copy full SHA for 0c28738
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java
@@ -27,7 +27,7 @@ public enum DockerBase {
27
// Chainguard based wolfi image with latest jdk
28
// This is usually updated via renovatebot
29
// spotless:off
30
- WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:277ebb42c458ef39cb4028f9204f0b3d51d8cd628ea737a65696a1143c3e42fe",
+ WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:bf163e1977002301f7b9fd28fe6837a8cb2dd5c83e4cd45fb67fb28d15d5d40f",
31
"-wolfi",
32
"apk"
33
),
0 commit comments