Skip to content

Commit 57b5fe1

Browse files
authored
Merge pull request #4 from surfly/up
Upgrade nginx to 1.27.3
2 parents 6033b60 + dd7f222 commit 57b5fe1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:40
1+
FROM fedora:41
22

33
RUN dnf install rpm-build dnf-utils tree -y
44

Containerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM fedora:40
1+
FROM fedora:41
22

33
RUN dnf install rpm-build dnf-utils tree -y

nginx.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%global lua_resty_core_version 0.1.30
1010
%global lua_resty_lrucache_version 0.15
1111
%global ngx_devel_kit_version 0.3.3
12-
%global luajit2_version 2.1-20240815
12+
%global luajit2_version 2.1-20241113
1313
%global ngx_http_redis_version 0.4.1-cmm
1414
%global headers_more_version 0.37
1515
%global modsecurity_nginx_version 1.0.3
@@ -19,7 +19,7 @@
1919

2020
Name: nginx-lua-waf
2121
Summary: High performance web server nginx with lua and modsecurity plugins
22-
Version: 1.27.2
22+
Version: 1.27.3
2323
Release: 1%{?dist}
2424
Conflicts: nginx nginx-mimetypes nginx-core luajit
2525

0 commit comments

Comments
 (0)