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

Update dependency java-jdk to v21.0.6+7.0.LTS #34

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
# Install OpenJDK

# renovate: datasource=adoptium-java depName=java-jdk versioning=loose
ENV OPENJDK_VERSION=21.0.5.0.0+11-2
ENV OPENJDK_VERSION=21.0.6+7.0.LTS

# Install OpenJDK
RUN apt-get update -y && \
Expand Down
Loading