1
0
Fork 0

Bump Git
continuous-integration/drone/push Build is failing Details

pull/2/head 0.1.0
Ambrose Chua 2018-12-01 20:18:38 +08:00 committed by GitHub
parent bc3cc9389f
commit f792e6f299
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.0-r0
RUN apk add --no-cache git=2.18.1-r0
# source
WORKDIR /app