mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-18 06:13:52 +02:00
feat(dockerfile): bump base image to 3.17 + tor to 0.4.7.13-r0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.16
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17
|
||||
|
||||
LABEL maintainer "Nicolas Coutin <ilshidur@gmail.com>"
|
||||
|
||||
@@ -7,9 +7,9 @@ ENV XDG_DATA_HOME="/config" \
|
||||
XDG_CONFIG_HOME="/config"
|
||||
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.10-r0
|
||||
RUN apk update &&\
|
||||
apk --no-cache add bash tzdata tor=0.4.7.13-r0 &&\
|
||||
rm -rf /etc/apk/cache
|
||||
|
||||
EXPOSE 9001 9030
|
||||
|
||||
|
||||
Reference in New Issue
Block a user