Skip to content

Commit

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

---
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 Mar 26, 2024
1 parent 3eaa014 commit e2840a7
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
Expand Up @@ -6,7 +6,7 @@ ARG APP_ENV=local
#**************************************
# build stages used by local build only
#**************************************
FROM gradle:8.6.0-jdk11 AS TEMP_BUILD_IMAGE
FROM gradle:8.7.0-jdk11 AS TEMP_BUILD_IMAGE
WORKDIR /app
COPY . .

Expand Down

0 comments on commit e2840a7

Please sign in to comment.