File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 matrix : # match with maven-enforcer-plugin rules in pom.xml
2424 include :
2525 - name : build-arg
26- version : 21.0.6_p7
26+ version : 21.0.7_p6
2727 - name : implicit
2828 version : master
2929 steps :
Original file line number Diff line number Diff line change 66# docker_parent_image is the base layer of full and jre image
77#
88# Use latest version here: https://github.com/orgs/openzipkin/packages/container/package/alpine
9- ARG docker_parent_image=ghcr.io/openzipkin/alpine:3.21.2
9+ ARG docker_parent_image=ghcr.io/openzipkin/alpine:3.21.3
1010
1111# java_version and java_home are hard-coded here to allow the following:
1212# * `docker build https://github.com/openzipkin/docker-java.git`
@@ -17,7 +17,7 @@ ARG docker_parent_image=ghcr.io/openzipkin/alpine:3.21.2
1717# When updating, also update the README
1818# * Use current version from https://pkgs.alpinelinux.org/packages?name=openjdk21, stripping
1919# the `-rX` at the end.
20- ARG java_version=21.0.6_p7
20+ ARG java_version=21.0.7_p6
2121ARG java_home=/usr/lib/jvm/java-21-openjdk
2222
2323# We copy files from the context into a scratch container first to avoid a problem where docker and
You can’t perform that action at this time.
0 commit comments