Skip to content

Commit

Permalink
gradle update in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 committed Aug 7, 2024
1 parent 50d8688 commit 5b90926
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:7.6-jdk11 AS build
FROM gradle:8.7-jdk11 AS build
ARG release_version
COPY ./ .
RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=${release_version}
Expand Down

0 comments on commit 5b90926

Please sign in to comment.