Skip to content

Commit

Permalink
Update dependency java-jdk to v17.0.9+9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent f615af8 commit 8f37084
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=17.0.8.1.0+1
ENV OPENJDK_VERSION=17.0.9+9.1

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

0 comments on commit 8f37084

Please sign in to comment.