Skip to content

Commit 8a97f7d

Browse files
Removed vcs_url argument from Dockerfile
1 parent 93e4aee commit 8a97f7d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
FROM gradle:8.11.1-jdk11 AS build
22
ARG release_version
3-
ARG vcs_url
43
COPY ./ .
5-
RUN gradle --no-daemon clean build dockerPrepare \
6-
-Prelease_version=${release_version} \
7-
-Pvcs_url=${vcs_url}
4+
RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=${release_version}
85

96
FROM adoptopenjdk/openjdk11:alpine
107
WORKDIR /home

0 commit comments

Comments
 (0)