From f7a7234720baeb7af84cbb7de60b50a5f7c3d092 Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Mon, 21 Mar 2022 19:16:54 +0100 Subject: [PATCH] feat: update to alpine 3.15 & tor 0.4.6.10-r0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8b2c4d3..5fc2d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine:3.13 +FROM ghcr.io/linuxserver/baseimage-alpine:3.15 LABEL maintainer "Nicolas Coutin " @@ -9,7 +9,7 @@ ENV TZ America/Los_Angeles RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories RUN apk update -RUN apk --no-cache add bash tzdata tor=0.4.6.7-r0 +RUN apk --no-cache add bash tzdata tor=0.4.6.10-r0 EXPOSE 9001 9030