From a86be1bcb4b7ba7d1bab96929d38bed762b27b81 Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Tue, 20 Sep 2022 12:49:14 +0200 Subject: [PATCH] feat(dockerfile): bump base image to 3.16 + tor to 0.4.7.10-r0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a6fe5d..40d0d56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-alpine:3.15 +FROM ghcr.io/linuxserver/baseimage-alpine:3.16 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.7.7-r1 +RUN apk --no-cache add bash tzdata tor=0.4.7.10-r0 EXPOSE 9001 9030