File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal
distribution/docker/src/docker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public enum DockerBase {
3131 // Chainguard based wolfi image with latest jdk
3232 // This is usually updated via renovatebot
3333 // spotless:off
34- WOLFI ("docker.elastic.co/wolfi/chainguard-base:latest@sha256:c16d3ad6cebf387e8dd2ad769f54320c4819fbbaa21e729fad087c7ae223b4d0 " ,
34+ WOLFI ("docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984 " ,
3535 "-wolfi" ,
3636 "apk"
3737 ),
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ USER root
2525
2626COPY plugins/*.zip /opt/plugins/archive/
2727
28- RUN chown root.root /opt/plugins/archive/*
28+ RUN chown 1000:1000 /opt/plugins/archive/*
2929RUN chmod 0444 /opt/plugins/archive/*
3030
3131FROM ${base_image}
You can’t perform that action at this time.
0 commit comments