Skip to content

Commit

Permalink
Bump gradle from 8.6.0-jdk21-alpine to 8.7.0-jdk21-alpine
Browse files Browse the repository at this point in the history
Bumps gradle from 8.6.0-jdk21-alpine to 8.7.0-jdk21-alpine.

---
updated-dependencies:
- dependency-name: gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent ac1308e commit fbc8f5b
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.6.0-jdk21-alpine AS build
FROM gradle:8.7.0-jdk21-alpine AS build
COPY --chown=gradle:gradle . /home/app
WORKDIR /home/app
RUN gradle clean build --no-daemon -i -x test -x javadoc
Expand Down

0 comments on commit fbc8f5b

Please sign in to comment.