Skip to content

Commit

Permalink
chore: update modsecurity to 3.0.11 (#173) (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi authored Dec 7, 2023
1 parent f032361 commit 89bd72d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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]>"
Expand Down
4 changes: 2 additions & 2 deletions nginx/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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]>"

Expand Down

0 comments on commit 89bd72d

Please sign in to comment.