mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	Fix version in base dockerfile
This commit is contained in:
		
							parent
							
								
									c64d32e2c0
								
							
						
					
					
						commit
						7d8b0e983a
					
				@ -1,5 +1,5 @@
 | 
			
		||||
# Build image
 | 
			
		||||
FROM rust:alpine3.14 AS chef
 | 
			
		||||
FROM rust:alpine3.16 AS chef
 | 
			
		||||
 | 
			
		||||
RUN set -x \
 | 
			
		||||
    # Add user
 | 
			
		||||
@ -41,7 +41,7 @@ RUN cargo build --release -p lldap -p migration-tool \
 | 
			
		||||
    && ./app/build.sh
 | 
			
		||||
 | 
			
		||||
# Final image
 | 
			
		||||
FROM alpine:3.14
 | 
			
		||||
FROM alpine:3.16
 | 
			
		||||
 | 
			
		||||
ENV GOSU_VERSION 1.14
 | 
			
		||||
# Fetch gosu from git
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user