mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 11:08:29 +00:00 
			
		
		
		
	bump alpine to 3.8
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
FROM alpine:3.7 as build
 | 
			
		||||
FROM alpine:3.8 as build
 | 
			
		||||
 | 
			
		||||
ENV SQUID_VER 4.4
 | 
			
		||||
ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E
 | 
			
		||||
@@ -98,7 +98,7 @@ RUN set -x && \
 | 
			
		||||
	make -j $(grep -cs ^processor /proc/cpuinfo) && \
 | 
			
		||||
	make install
 | 
			
		||||
 | 
			
		||||
FROM alpine:3.7
 | 
			
		||||
FROM alpine:3.8
 | 
			
		||||
	
 | 
			
		||||
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
 | 
			
		||||
ENV TZ Europe/Moscow
 | 
			
		||||
@@ -111,8 +111,8 @@ RUN apk add --no-cache \
 | 
			
		||||
		libstdc++ \
 | 
			
		||||
		heimdal-libs \
 | 
			
		||||
		libcap \
 | 
			
		||||
		libressl2.6-libcrypto \
 | 
			
		||||
		libressl2.6-libssl \
 | 
			
		||||
		libressl2.7-libcrypto \
 | 
			
		||||
		libressl2.7-libssl \
 | 
			
		||||
		libltdl	
 | 
			
		||||
 | 
			
		||||
COPY --from=build /etc/squid/ /etc/squid/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user