1
0
Fork 0

Remove git version pin
continuous-integration/drone/push Build is passing Details

pull/2/head
Ambrose Chua 2019-06-16 09:16:24 +08:00 committed by GitHub
parent f792e6f299
commit 3cf8abd2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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