Skip to content

Commit

Permalink
Merge pull request #82 from noxone/dependabot/docker/gradle-8.3.0-jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
noxone authored Aug 18, 2023
2 parents 77787bb + a3abc6b commit 4aed4d4
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.2.1-jdk11 AS TEMP_BUILD_IMAGE
FROM gradle:8.3.0-jdk11 AS TEMP_BUILD_IMAGE
WORKDIR /app
COPY . .

Expand Down

0 comments on commit 4aed4d4

Please sign in to comment.