88# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/java
99# This is defined in many places because Docker has no "env" script functionality unless you use
1010# docker-compose: When updating, update everywhere.
11- ARG java_version=21.0.5_p11
11+ ARG java_version=21.0.6_p7
1212
1313# We copy files from the context into a scratch container first to avoid a problem where docker and
1414# docker compose don't share layer hashes https://github.com/docker/compose/issues/883 normally.
@@ -26,7 +26,7 @@ WORKDIR /install
2626# Use latest 7.x version from https://www.elastic.co/downloads/past-releases#elasticsearch-no-jdk
2727# This is defined in many places because Docker has no "env" script functionality unless you use
2828# docker-compose: When updating, update everywhere.
29- ARG elasticsearch7_version=7.17.25
29+ ARG elasticsearch7_version=7.17.27
3030
3131# Download only the OSS distribution (lacks X-Pack)
3232RUN \
@@ -41,7 +41,7 @@ COPY --from=scratch /config/ ./config/
4141# production -jre base layer used by zipkin and zipkin-slim.
4242FROM ghcr.io/openzipkin/java:${java_version} as zipkin-elasticsearch7
4343LABEL org.opencontainers.image.description="Elasticsearch distribution on OpenJDK and Alpine Linux"
44- ARG elasticsearch7_version=7.17.25
44+ ARG elasticsearch7_version=7.17.27
4545LABEL elasticsearch-version=$elasticsearch7_version
4646
4747# The full license is also included in the image at /elasticsearch/LICENSE.txt.
0 commit comments