Skip to content

Commit

Permalink
Merge pull request #79 from noxone/dependabot/docker/gradle-8.2.1-jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
noxone authored Jul 15, 2023
2 parents 15f0487 + dacccc4 commit e594670
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.0-jdk11 AS TEMP_BUILD_IMAGE
FROM gradle:8.2.1-jdk11 AS TEMP_BUILD_IMAGE
WORKDIR /app
COPY . .

Expand Down

0 comments on commit e594670

Please sign in to comment.