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 128645a commit 44d0275Copy full SHA for 44d0275
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/DockerBase.java
@@ -24,8 +24,7 @@ public enum DockerBase {
24
// Chainguard based wolfi image with latest jdk
25
// This is usually updated via renovatebot
26
// spotless:off
27
- WOLFI(
28
- "docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984",
+ WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:277ebb42c458ef39cb4028f9204f0b3d51d8cd628ea737a65696a1143c3e42fe",
29
"-wolfi",
30
"apk"
31
),
0 commit comments