Skip to content

Commit

Permalink
upgrade alpine 3.13 and tor 0.4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jan 15, 2021
1 parent fde9dd6 commit ae42186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.11
FROM alpine:3.13

LABEL maintainer "zyclonite"
LABEL version "0.4.1.7"
LABEL version "0.4.4.6"
LABEL description "Tor as Docker Image"

ARG version="0.4.1.7-r0"
ARG version="0.4.4.6-r1"

RUN apk add --no-cache --purge --clean-protected -u ca-certificates tor=$version \
&& chmod -R 700 /var/lib/tor \
Expand Down

0 comments on commit ae42186

Please sign in to comment.