Merge pull request #2366 from Neilpang/dev

Dev
This commit is contained in:
neil 2019-06-30 10:39:12 +08:00 committed by GitHub
commit 89c0b67b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10
RUN apk update -f \
&& apk --no-cache add -f \
@ -8,6 +8,7 @@ RUN apk update -f \
curl \
socat \
tzdata \
oath-toolkit-oathtool \
tar \
&& rm -rf /var/cache/apk/*