Skip to content

Commit

Permalink
feat(dockerfile): bump base image to 3.16 + tor to 0.4.7.10-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur committed Sep 20, 2022
1 parent bfd09dc commit a86be1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
FROM ghcr.io/linuxserver/baseimage-alpine:3.16

LABEL maintainer "Nicolas Coutin <[email protected]>"

Expand All @@ -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

Expand Down

0 comments on commit a86be1b

Please sign in to comment.