Browse Source

Remove git version pin

pull/2/head
Ambrose Chua 4 years ago
committed by GitHub
parent
commit
3cf8abd2dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
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

Loading…
Cancel
Save