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 23
23
matrix : # match with maven-enforcer-plugin rules in pom.xml
24
24
include :
25
25
- name : build-arg
26
- version : 21.0.6_p7
26
+ version : 21.0.7_p6
27
27
- name : implicit
28
28
version : master
29
29
steps :
Original file line number Diff line number Diff line change 6
6
# docker_parent_image is the base layer of full and jre image
7
7
#
8
8
# 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
10
10
11
11
# java_version and java_home are hard-coded here to allow the following:
12
12
# * `docker build https://github.com/openzipkin/docker-java.git`
@@ -17,7 +17,7 @@ ARG docker_parent_image=ghcr.io/openzipkin/alpine:3.21.2
17
17
# When updating, also update the README
18
18
# * Use current version from https://pkgs.alpinelinux.org/packages?name=openjdk21, stripping
19
19
# the `-rX` at the end.
20
- ARG java_version=21.0.6_p7
20
+ ARG java_version=21.0.7_p6
21
21
ARG java_home=/usr/lib/jvm/java-21-openjdk
22
22
23
23
# 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