generated from Templates/Baseline
Compare commits
4 Commits
v0.1.0
...
64fc9e2efc
Author | SHA1 | Date | |
---|---|---|---|
64fc9e2efc | |||
3c6ca573f1 | |||
9b7e2151ec | |||
fde7eee1ec |
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.18.2
|
||||
FROM alpine:3.19.0
|
||||
|
||||
# Set labels manually, each build service differs in used or predefined labels.
|
||||
LABEL maintainer="OCram85"
|
||||
@ -29,11 +29,12 @@ ENV LOGLEVEL "Info"
|
||||
ENV MAXCLIENTS "600"
|
||||
ENV FILTER_FILE "/app/filter"
|
||||
|
||||
ENV TZ "Europe/Berlin"
|
||||
|
||||
# get existing packages
|
||||
# curl for healthchecks and debugging
|
||||
RUN apk add --no-cache \
|
||||
tinyproxy curl
|
||||
tinyproxy curl tzdata
|
||||
|
||||
COPY entrypoint.sh /app/entrypoint.sh
|
||||
|
||||
|
Reference in New Issue
Block a user