Dockerfile: move to alpine:3.13 in order to use newer tor version

This commit is contained in:
Vadim Ushakov 2021-03-31 10:51:17 +07:00
parent 8474abc967
commit adaeedf4d8

View file

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13
# Base settings
ENV HOME /root
@ -6,7 +6,7 @@ ENV HOME /root
# Install packages
RUN apk --update --no-cache --no-progress add \
python3 python3-dev \
python3 python3-dev py3-pip \
libffi-dev musl-dev \
gcc g++ make \
automake autoconf libtool \