use latest version of alpine when building the Docker container
Signed-off-by: Adam Dobrawy <naczelnik@jawnosc.tk>master
							parent
							
								
									1fb7fffdb2
								
							
						
					
					
						commit
						a994bb839d
					
				|  | @ -16,7 +16,7 @@ WORKDIR $DISTRIBUTION_DIR | ||||||
| COPY . $DISTRIBUTION_DIR | COPY . $DISTRIBUTION_DIR | ||||||
| RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked" | RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked" | ||||||
| 
 | 
 | ||||||
| FROM alpine:3.9 | FROM alpine:3.10 | ||||||
| 
 | 
 | ||||||
| RUN set -ex \ | RUN set -ex \ | ||||||
|     && apk add --no-cache ca-certificates apache2-utils |     && apk add --no-cache ca-certificates apache2-utils | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue