mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 23:33:34 +00:00 
			
		
		
		
	Fix docker warnings
This commit is contained in:
		| @@ -4,8 +4,8 @@ | |||||||
| # This file assumes that these scripts have been run first: | # This file assumes that these scripts have been run first: | ||||||
| # - ./scripts/ci/build-frontend | # - ./scripts/ci/build-frontend | ||||||
|  |  | ||||||
| FROM nginxproxymanager/testca as testca | FROM nginxproxymanager/testca AS testca | ||||||
| FROM letsencrypt/pebble as pebbleca | FROM letsencrypt/pebble AS pebbleca | ||||||
| FROM jc21/gotools:latest AS gobuild | FROM jc21/gotools:latest AS gobuild | ||||||
|  |  | ||||||
| SHELL ["/bin/bash", "-o", "pipefail", "-c"] | SHELL ["/bin/bash", "-o", "pipefail", "-c"] | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| FROM nginxproxymanager/testca as testca | FROM nginxproxymanager/testca AS testca | ||||||
| FROM letsencrypt/pebble as pebbleca | FROM letsencrypt/pebble AS pebbleca | ||||||
| FROM nginxproxymanager/nginx-full:acmesh-golang | FROM nginxproxymanager/nginx-full:acmesh-golang | ||||||
| LABEL maintainer="Jamie Curnow <jc@jc21.com>" | LABEL maintainer="Jamie Curnow <jc@jc21.com>" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user