Skip to content

Commit

Permalink
Bump gradle from 7.6-jdk17 to 8.0-jdk17 (#1371)
Browse files Browse the repository at this point in the history
* Bump gradle from 7.6-jdk17 to 8.0-jdk17

Bumps gradle from 7.6-jdk17 to 8.0-jdk17.

---
updated-dependencies:
- dependency-name: gradle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Dockerfile-fat

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <[email protected]>
  • Loading branch information
dependabot[bot] and Frooodle authored Jun 9, 2024
1 parent 790d4f0 commit d1aa562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-fat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the application
FROM gradle:7.6-jdk17 AS build
FROM gradle:8.7-jdk17 AS build

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit d1aa562

Please sign in to comment.