Skip to content

Commit b22fbf0

Browse files
committed
Update nginx to 1.29.6
1 parent 839e7e2 commit b22fbf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
BASE_IMAGE_STABILITY_TAG: 2.19.4
13-
NGINX129: '1.29.5'
13+
NGINX129: '1.29.6'
1414
NGINX128: '1.28.2'
1515

1616
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-include env_make
22

3-
NGINX_VER ?= 1.29.5
3+
NGINX_VER ?= 1.29.6
44
NGINX_VER_MINOR ?= $(shell echo "${NGINX_VER}" | grep -oE '^[0-9]+\.[0-9]+')
55

66
TAG ?= $(NGINX_VER_MINOR)

0 commit comments

Comments
 (0)