From a05620bb152336373e23a56568e652af94ac1abb Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 9 Nov 2023 21:53:26 +0100 Subject: [PATCH] Changed image to ubuntu/nginx --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6fc1a2a..b584332 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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