-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dockerfile): bump base image to 3.16 + tor to 0.4.7.10-r0
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
||
|
@@ -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 | ||
|
||
|