Skip to content

Commit

Permalink
Bump gradle from 8.11-jdk17 to 8.12-jdk17
Browse files Browse the repository at this point in the history
Bumps gradle from 8.11-jdk17 to 8.12-jdk17.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2abfe59 commit 126f594
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:8.11-jdk17 AS build
FROM gradle:8.12-jdk17 AS build

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit 126f594

Please sign in to comment.