mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-03 18:48:27 +00:00 
			
		
		
		
	Bump alpine from 3.22.0 to 3.22.1
Bumps alpine from 3.22.0 to 3.22.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
				
					committed by
					
						
						Dmitry Belyaev
					
				
			
			
				
	
			
			
			
						parent
						
							bc1e2c287d
						
					
				
				
					commit
					d39bf7f8b6
				
			@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM alpine:3.22.0 as build
 | 
					FROM alpine:3.22.1 as build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG SQUID_VER=6.13
 | 
					ARG SQUID_VER=6.13
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# --- --- --- --- --- --- --- --- ---
 | 
					# --- --- --- --- --- --- --- --- ---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM alpine:3.22.0
 | 
					FROM alpine:3.22.1
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
 | 
					ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
 | 
				
			||||||
ENV TZ Europe/Moscow
 | 
					ENV TZ Europe/Moscow
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user