Skip to content

Commit

Permalink
Update nginx to 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Oct 25, 2023
1 parent 82cb19b commit 839a8a8
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@v1
- uses: ./.github/actions
with:
version: '1.25.2'
version: '1.25.3'
tags: 1.25,1,latest
platform: linux/amd64,linux/arm64
nginx-124:
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.25.2
NGINX_VER ?= 1.25.3
NGINX_MINOR_VER ?= $(shell echo "${NGINX_VER}" | grep -oE '^[0-9]+\.[0-9]+')

TAG ?= $(NGINX_MINOR_VER)
Expand Down

0 comments on commit 839a8a8

Please sign in to comment.