From d8d4ff094c6e539c06ab2632b175c7aa32d835cc Mon Sep 17 00:00:00 2001 From: wodbot Date: Wed, 17 Apr 2024 02:08:58 +0000 Subject: [PATCH] Update nginx to 1.25.5 --- .github/workflows/workflow.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9d4816d..4628ab5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,7 +24,7 @@ jobs: - uses: docker/setup-buildx-action@v3 - uses: ./.github/actions with: - version: '1.25.4' + version: '1.25.5' tags: 1.25,1,latest platform: linux/amd64,linux/arm64 nginx-124: diff --git a/Makefile b/Makefile index cf3ef6a..2a288eb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include env_make -NGINX_VER ?= 1.25.4 +NGINX_VER ?= 1.25.5 NGINX_MINOR_VER ?= $(shell echo "${NGINX_VER}" | grep -oE '^[0-9]+\.[0-9]+') TAG ?= $(NGINX_MINOR_VER)