update
This commit is contained in:
		@@ -43,7 +43,9 @@ RUN case "${BUILD_ARCH}" in \
 | 
			
		||||
RUN apk add --no-cache curl tar unzip; \
 | 
			
		||||
    curl -LO "https://github.com/grafana/loki/releases/download/v${PROMTAIL_VERSION}/promtail-linux-amd64.zip"; \
 | 
			
		||||
    unzip promtail-linux-amd64.zip; \
 | 
			
		||||
    ls ; \
 | 
			
		||||
    mv promtail-linux-amd64 /usr/bin/promtail; \
 | 
			
		||||
    ls /usr/bin/promtail; \
 | 
			
		||||
    chmod +x /usr/bin/promtail; \
 | 
			
		||||
    rm promtail-linux-amd64.zip; \
 | 
			
		||||
    apk del unzip; \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user