-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ ARG NGINX_VERSION="1.24.0" | |
|
||
FROM nginx:${NGINX_VERSION} as build | ||
|
||
ARG MODSEC_VERSION=3.0.10 \ | ||
ARG MODSEC_VERSION=3.0.11 \ | ||
LMDB_VERSION=0.9.29 | ||
|
||
# Note: libpcre3-dev (PCRE 1) is required by the build description, | ||
|
@@ -95,7 +95,7 @@ RUN set -eux; \ | |
|
||
FROM nginx:${NGINX_VERSION} | ||
|
||
ARG MODSEC_VERSION=3.0.10 \ | ||
ARG MODSEC_VERSION=3.0.11 \ | ||
LMDB_VERSION=0.9.29 | ||
|
||
LABEL maintainer="Felipe Zipitria <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ ARG NGINX_VERSION="1.24.0" | |
|
||
FROM nginx:${NGINX_VERSION}-alpine as build | ||
|
||
ARG MODSEC_VERSION=3.0.10 | ||
ARG MODSEC_VERSION=3.0.11 | ||
|
||
# Note: pcre-dev (PCRE 1) is required by the build description, | ||
# even though the build will use PCRE2. | ||
|
@@ -90,7 +90,7 @@ RUN set -eux; \ | |
|
||
FROM nginx:${NGINX_VERSION}-alpine | ||
|
||
ARG MODSEC_VERSION=3.0.10 | ||
ARG MODSEC_VERSION=3.0.11 | ||
|
||
LABEL maintainer="Felipe Zipitria <[email protected]>" | ||
|
||
|