Skip to content

Commit

Permalink
Merge pull request #117 from noxone/dependabot/docker/gradle-8.6.0-jdk11
Browse files Browse the repository at this point in the history
Bump gradle from 8.5.0-jdk11 to 8.6.0-jdk11
  • Loading branch information
noxone authored Mar 6, 2024
2 parents 5d93544 + dd0915b commit 3eab47a
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.5.0-jdk11 AS TEMP_BUILD_IMAGE
FROM gradle:8.6.0-jdk11 AS TEMP_BUILD_IMAGE
WORKDIR /app
COPY . .

Expand Down

0 comments on commit 3eab47a

Please sign in to comment.