From 1140ed4db28d95e8526334a5ab2665513b5dafa3 Mon Sep 17 00:00:00 2001 From: defensivedepth Date: Mon, 9 Dec 2024 16:34:56 -0500 Subject: [PATCH] Update nginx and navigator --- so-nginx/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/so-nginx/Dockerfile b/so-nginx/Dockerfile index b83e910..c4187f2 100644 --- a/so-nginx/Dockerfile +++ b/so-nginx/Dockerfile @@ -14,9 +14,9 @@ # along with this program. If not, see . # Navigator build stage -FROM ghcr.io/security-onion-solutions/node:22.6.0-alpine as navigator-builder +FROM ghcr.io/security-onion-solutions/node:22.12.0-alpine AS navigator-builder -ARG NAVIGATOR_VERSION=4.9.1 +ARG NAVIGATOR_VERSION=5.1.0 RUN apk add git && \ git config --global advice.detachedHead false && \ @@ -31,7 +31,7 @@ RUN sed -i '//d' ./dist/index.html ################################### -FROM ghcr.io/security-onion-solutions/nginx:1.26.1-alpine +FROM ghcr.io/security-onion-solutions/nginx:1.26.2-alpine HEALTHCHECK --interval=5m --timeout=3s CMD curl --fail http://localhost/ || exit 1 LABEL maintainer "Security Onion Solutions, LLC" LABEL description="Security Onion Core Functions Docker"