diff --git a/Dockerfile b/Dockerfile index fd4aec6..4bcd781 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV VUE_APP_VERSION=${version} ENV VUE_APP_SOURCE_LINK="https://${repo}" # dependencies -RUN apk add --no-cache git=2.18.1-r0 +RUN apk add --no-cache git # source WORKDIR /app