Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 397e364

Browse files
Update dependency java-jdk to v17.0.14+7
1 parent a4cb4c0 commit 397e364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
4949
# Install OpenJDK
5050

5151
# renovate: datasource=adoptium-java depName=java-jdk versioning=loose
52-
ENV OPENJDK_VERSION=17.0.13.0.0+11-1
52+
ENV OPENJDK_VERSION=17.0.14+7
5353

5454
# Install OpenJDK
5555
RUN apt-get update -y && \

0 commit comments

Comments
 (0)