File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ public enum DockerBase {
2424 // Chainguard based wolfi image with latest jdk
2525 // This is usually updated via renovatebot
2626 // spotless:off
27- WOLFI (
28- "docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984" ,
27+ WOLFI ("docker.elastic.co/wolfi/chainguard-base:latest@sha256:277ebb42c458ef39cb4028f9204f0b3d51d8cd628ea737a65696a1143c3e42fe" ,
2928 "-wolfi" ,
3029 "apk"
3130 ),
3231 // spotless:on
32+
3333 // Based on WOLFI above, with more extras. We don't set a base image because
3434 // we programmatically extend from the wolfi image.
3535 CLOUD_ESS (null , "-cloud-ess" , "apk" );
You can’t perform that action at this time.
0 commit comments