Skip to content

Commit b8811b2

Browse files
committed
Update nginx to 1.29.2
1 parent a951cad commit b8811b2

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.18.2
13-
NGINX129: '1.29.1'
13+
NGINX129: '1.29.2'
1414
NGINX128: '1.28.0'
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.1
3+
NGINX_VER ?= 1.29.2
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)