Skip to content

Commit

Permalink
Bump gradle from 8.7-jdk21 to 8.8-jdk21
Browse files Browse the repository at this point in the history
Bumps gradle from 8.7-jdk21 to 8.8-jdk21.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 567b7ff commit 2cc86db
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
@@ -1,4 +1,4 @@
FROM gradle:8.7-jdk21 as build
FROM gradle:8.8-jdk21 as build

WORKDIR /app
COPY --chown=gradle:gradle . /app
Expand Down

0 comments on commit 2cc86db

Please sign in to comment.