diff --git a/.gitea/workflows/build-nginx.yaml b/.gitea/workflows/build-nginx.yaml index 2451e5d..4efd7eb 100644 --- a/.gitea/workflows/build-nginx.yaml +++ b/.gitea/workflows/build-nginx.yaml @@ -7,7 +7,7 @@ on: - '.gitea/workflows/build-nginx.yaml' jobs: "Build nginx docker images": - runs-on: woryzen + runs-on: hostinger steps: - name: Login to Gitea container registry @@ -28,15 +28,15 @@ jobs: linux/arm/v7 push: true pull: true - ssh: default=/home/luser/.ssh/id_ed25519 + ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519 tags: | "gitea.woggioni.net/woggioni/nginx:latest" - "gitea.woggioni.net/woggioni/nginx:v1.31.1" + "gitea.woggioni.net/woggioni/nginx:v1.31.2" secrets: | GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} build-args: | LIBRESSL_VERSION=4.3.2 - NGINX_VERSION=1.31.1 + NGINX_VERSION=1.31.2 NJS_VERSION=0.9.8 NGINX_BRANCH=vanilla - @@ -51,14 +51,14 @@ jobs: linux/arm/v7 push: true pull: true - ssh: default=/home/luser/.ssh/id_ed25519 + ssh: default=/var/lib/gitea-runner/.ssh/id_ed25519 tags: | "gitea.woggioni.net/woggioni/nginx:woggioni" - "gitea.woggioni.net/woggioni/nginx:v1.31.1-woggioni" + "gitea.woggioni.net/woggioni/nginx:v1.31.2-woggioni" secrets: | GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }} build-args: | LIBRESSL_VERSION=4.3.2 - NGINX_VERSION=1.31.1 + NGINX_VERSION=1.31.2 NJS_VERSION=0.9.8 NGINX_BRANCH=woggioni diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 15791ab..ad7864b 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ ARG NGINX_BRANCH=vanilla -FROM alpine:3.23 AS base +FROM alpine:3.24 AS base FROM base AS build_stage_1 ARG NGINX_VERSION LIBRESSL_VERSION NJS_VERSION