Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ubuntu:bionic-20190612
LABEL maintainer="[email protected]"
FROM ubuntu:lunar-20221216
# ubuntu:23.04
LABEL maintainer="WingsLikeEagles"

ENV SQUID_VERSION=3.5.27 \
ENV SQUID_VERSION=5.7 \
SQUID_CACHE_DIR=/var/spool/squid \
SQUID_LOG_DIR=/var/log/squid \
SQUID_USER=proxy
Expand All @@ -15,3 +16,6 @@ RUN chmod 755 /sbin/entrypoint.sh

EXPOSE 3128/tcp
ENTRYPOINT ["/sbin/entrypoint.sh"]

# Uncomment below for troubleshooting build
#CMD /bin/watch ls -l