File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929
3030 # Backend API Service
3131 backend :
32- image : vouu/nginx-waf-backend:ubuntu-based-latest
32+ image : vouu/nginx-waf-backend:ubuntu2404
3333 restart : unless-stopped
3434 container_name : nginx-love-backend
3535 network_mode : host
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN cd apps/api && pnpm prisma:generate
2727RUN pnpm --filter @nginx-love/api build
2828
2929# Production stage
30- FROM vouu/nginx-modsecurity-base
30+ FROM vouu/nginx-modsecurity-base:ubuntu2404
3131
3232RUN apt-get update && apt-get install -y curl ca-certificates gnupg && \
3333 curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
Original file line number Diff line number Diff line change 1- FROM ubuntu:22 .04
1+ FROM ubuntu:24 .04
22WORKDIR /app
33
44ENV container=docker
Original file line number Diff line number Diff line change 99set -e
1010
1111# Configuration
12- NGINX_VERSION=" 1.24 .0"
13- MODSECURITY_VERSION=" 3.0.12 "
14- MODSECURITY_NGINX_VERSION=" 1.0.3 "
12+ NGINX_VERSION=" 1.28 .0"
13+ MODSECURITY_VERSION=" 3.0.14 "
14+ MODSECURITY_NGINX_VERSION=" 1.0.4 "
1515INSTALL_LOG=" /var/log/nginx-modsecurity-install.log"
1616INSTALL_STATUS_FILE=" /var/run/nginx-modsecurity-install.status"
1717NGINX_CONFIG_DIR=" /etc/nginx"
You can’t perform that action at this time.
0 commit comments