tor: update

This commit is contained in:
Wonderfall 2017-03-08 16:27:08 +01:00
parent 94f963ab98
commit 98a82518b7

View File

@ -1,6 +1,6 @@
FROM alpine:3.5 FROM alpine:edge
ARG TOR_VERSION=0.2.9.8 ARG TOR_VERSION=0.2.9.10
ARG ARM_VERSION=1.4.5.0 ARG ARM_VERSION=1.4.5.0
ARG GPG_Mathewson="2133 BC60 0AB1 33E1 D826 D173 FE43 009C 4607 B1FB" ARG GPG_Mathewson="2133 BC60 0AB1 33E1 D826 D173 FE43 009C 4607 B1FB"
@ -17,7 +17,7 @@ RUN echo "@community https://nl.alpinelinux.org/alpine/v3.4/community" >> /etc/a
build-base \ build-base \
gnupg \ gnupg \
ca-certificates" \ ca-certificates" \
&& apk -U add \ && apk -U upgrade && apk add \
${BUILD_DEPS} \ ${BUILD_DEPS} \
su-exec \ su-exec \
tini@community \ tini@community \