We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a46bc commit c1bf355Copy full SHA for c1bf355
2 files changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix: # match with maven-enforcer-plugin rules in pom.xml
24
include:
25
- name: build-arg
26
- version: 21.0.6_p7
+ version: 21.0.7_p6
27
- name: implicit
28
version: master
29
steps:
Dockerfile
@@ -17,7 +17,7 @@ ARG docker_parent_image=ghcr.io/openzipkin/alpine:3.21.2
17
# When updating, also update the README
18
# * Use current version from https://pkgs.alpinelinux.org/packages?name=openjdk21, stripping
19
# the `-rX` at the end.
20
-ARG java_version=21.0.6_p7
+ARG java_version=21.0.7_p6
21
ARG java_home=/usr/lib/jvm/java-21-openjdk
22
# We copy files from the context into a scratch container first to avoid a problem where docker and
0 commit comments