Compare commits

..

1 Commits

Author SHA1 Message Date
6e0760be92 Update alpine Docker tag to v3.18.4
All checks were successful
ci / docker (pull_request) Successful in 1m25s
2023-09-29 04:00:11 +00:00

View File

@ -29,12 +29,11 @@ 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 tzdata
tinyproxy curl
COPY entrypoint.sh /app/entrypoint.sh