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