Skip to content

Commit

Permalink
Update dependency java-jdk to v21.0.3+9.0.LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent a0943c8 commit 276bdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.2.0.0+13
ENV OPENJDK_VERSION=21.0.3+9.0.LTS

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

0 comments on commit 276bdbf

Please sign in to comment.