Skip to content

Commit

Permalink
test(deps): update dependency java to v21.0.6+7.0.lts (main) (#3976)
Browse files Browse the repository at this point in the history
test(deps): update dependency java to v21.0.6+7.0.lts

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 65c6d05 commit 31f8ef8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RUN install-tool elixir 1.18.2
FROM build AS test-java

# renovate: datasource=java-version packageName=java-jre
RUN install-tool java 21.0.5+11.0.LTS
RUN install-tool java 21.0.6+7.0.LTS
# renovate: datasource=gradle-version packageName=gradle versioning=gradle
RUN install-tool gradle 8.12

Expand Down
4 changes: 2 additions & 2 deletions test/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN set -ex; \
RUN [ "$(find /tmp -mindepth 1 -maxdepth 1 | wc -l)" -eq 1 ]

# renovate: datasource=java-version packageName=java-jre
RUN install-tool java 21.0.5+11.0.LTS
RUN install-tool java 21.0.6+7.0.LTS

RUN set -ex; \
ls -la /tmp; \
Expand Down Expand Up @@ -157,7 +157,7 @@ RUN prepare-tool java gradle
USER 1001

# renovate: datasource=java-version depName=java
ARG JAVA_JDK_VERSION=21.0.5+11.0.LTS
ARG JAVA_JDK_VERSION=21.0.6+7.0.LTS
RUN install-tool java-jdk

# test latest gradle
Expand Down
2 changes: 1 addition & 1 deletion test/java/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-java

# renovate: datasource=java-version packageName=java-jre
RUN install-tool java 21.0.5+11.0.LTS
RUN install-tool java 21.0.6+7.0.LTS

#--------------------------------------
# Image: java
Expand Down

0 comments on commit 31f8ef8

Please sign in to comment.