Skip to content

Commit

Permalink
Update nginx to 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Oct 3, 2024
1 parent 7bd664e commit eab127f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: docker/setup-buildx-action@v3
- uses: ./.github/actions
with:
version: '1.27.1'
version: '1.27.2'
tags: 1.27,1,latest
platform: linux/amd64,linux/arm64
nginx-126:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

NGINX_VER ?= 1.27.1
NGINX_VER ?= 1.27.2
NGINX_MINOR_VER ?= $(shell echo "${NGINX_VER}" | grep -oE '^[0-9]+\.[0-9]+')

TAG ?= $(NGINX_MINOR_VER)
Expand Down

0 comments on commit eab127f

Please sign in to comment.