mirror of
				https://github.com/KevinMidboe/nginx.git
				synced 2025-10-29 17:50:26 +00:00 
			
		
		
		
	Changed image to ubuntu/nginx
This commit is contained in:
		| @@ -14,10 +14,10 @@ environment: | |||||||
|  |  | ||||||
| steps: | steps: | ||||||
|   - name: Compile nginx |   - name: Compile nginx | ||||||
|     image: nginx:1.25-bookworm |     image: ubuntu/nginx:1.24-23.10_beta | ||||||
|     commands: |     commands: | ||||||
|       - apt update |       - apt update | ||||||
|       - apt install wget |       - apt install wget -y | ||||||
|       - mkdir -p /opt/nginx-modules |       - mkdir -p /opt/nginx-modules | ||||||
|       - wget "https://github.com/openresty/headers-more-nginx-module/archive/refs/tags/$${HEADERS_MORE_VERSION}.tar.gz" |       - wget "https://github.com/openresty/headers-more-nginx-module/archive/refs/tags/$${HEADERS_MORE_VERSION}.tar.gz" | ||||||
|       - tar -xvzf $${HEADERS_MORE_VERSION}.tar.gz |       - tar -xvzf $${HEADERS_MORE_VERSION}.tar.gz | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user