Skip to content

Commit

Permalink
Up 3.5.20 r0 (#1)
Browse files Browse the repository at this point in the history
* upgrade squid 3.5.19-r1

* upgrade to 3.5.20-r0
  • Loading branch information
jpizarrom authored Nov 4, 2016
1 parent 168deae commit 8753b84
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 78 deletions.
13 changes: 0 additions & 13 deletions 3.5.17/Dockerfile

This file was deleted.

48 changes: 0 additions & 48 deletions 3.5.17/conf/squid.conf

This file was deleted.

15 changes: 0 additions & 15 deletions 3.5.17/docker-entrypoint.sh

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.3
FROM alpine:3.4
MAINTAINER Stephen Bunn "[email protected]"

COPY docker-entrypoint.sh /
RUN apk update &&\
apk add --no-cache su-exec &&\
apk add --no-cache squid=3.5.17-r0 && \
apk add --no-cache squid=3.5.20-r0 && \
mkdir -p /var/cache/squid &&\
chmod +x /docker-entrypoint.sh
COPY conf/squid.conf /etc/squid/squid.conf
Expand Down

0 comments on commit 8753b84

Please sign in to comment.