Skip to content

Commit

Permalink
Update dependency java-jdk to v17.0.13+11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 70849ca commit 368d747
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 @@ -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=17.0.12.0.0+7
ENV OPENJDK_VERSION=17.0.13+11

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

0 comments on commit 368d747

Please sign in to comment.