Browse Source

Update Dockerfile

Jermine 7 years ago
parent
commit
7bafe1910e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM alpine:3.6
 MAINTAINER Jermine <Jermine.hu@qq.com>
-RUN apk add git=2.14.1-r1 \
+RUN apk add git \
     --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
     --no-cache
 ENTRYPOINT ["/bin/sh"]