Skip to content

Commit

Permalink
fix(deps): update dependency java to v21.0.5+11.0.lts
Browse files Browse the repository at this point in the history
| datasource   | package  | from           | to              |
| ------------ | -------- | -------------- | --------------- |
| java-version | java-jre | 21.0.4+7.0.LTS | 21.0.5+11.0.LTS |
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent e10941e commit b1b9ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN install-tool kustomize 5.5.0
RUN install-tool skopeo 1.16.1

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

RUN install-apt zstd

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN install-npm corepack 0.29.4
RUN corepack -v && corepack enable && yarn -v

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

# renovate: datasource=github-releases packageName=facebook/zstd
RUN install-tool zstd v1.5.6
Expand Down

0 comments on commit b1b9ec6

Please sign in to comment.