Skip to content

Commit 6d45945

Browse files
authored
Update JDK to 21.0.7+6 (#98)
Update JDK to 21.0.7+6
1 parent 43a46bc commit 6d45945

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
2121
ARG 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

0 commit comments

Comments
 (0)