Skip to content

Commit

Permalink
gradle updated in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 committed Sep 27, 2024
1 parent 5044e85 commit 4c2ecc3
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 Prelease_version=0.0.0
COPY ./ .
RUN gradle clean build dockerPrepare -p cradle-admin-tool-http -Prelease_version=${Prelease_version}
Expand Down

0 comments on commit 4c2ecc3

Please sign in to comment.