feat(dockerfile): bump base image to 3.16 + tor to 0.4.7.10-r0

This commit is contained in:
Nicolas Coutin
2022-09-20 12:49:14 +02:00
parent bfd09dc93f
commit a86be1bcb4

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
FROM ghcr.io/linuxserver/baseimage-alpine:3.16
LABEL maintainer "Nicolas Coutin <ilshidur@gmail.com>"
@@ -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