diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 108add9..d102223 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.27.2' + version: '1.27.3' tags: 1.27,1,latest platform: linux/amd64,linux/arm64 nginx-126: diff --git a/Makefile b/Makefile index f2f4e7a..8e04ece 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include env_make -NGINX_VER ?= 1.27.2 +NGINX_VER ?= 1.27.3 NGINX_MINOR_VER ?= $(shell echo "${NGINX_VER}" | grep -oE '^[0-9]+\.[0-9]+') TAG ?= $(NGINX_MINOR_VER)