From 133a1dae432bba64ade1d5500e097cbed5412054 Mon Sep 17 00:00:00 2001 From: DefensiveDepth Date: Thu, 15 Aug 2024 10:01:32 -0400 Subject: [PATCH] Update base images --- so-nginx/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/so-nginx/Dockerfile b/so-nginx/Dockerfile index b56f7b8..001c2eb 100644 --- a/so-nginx/Dockerfile +++ b/so-nginx/Dockerfile @@ -14,7 +14,7 @@ # along with this program. If not, see . # Navigator build stage -FROM ghcr.io/security-onion-solutions/node:22.4.1-alpine as navigator-builder +FROM ghcr.io/security-onion-solutions/node:22.6.0-alpine as navigator-builder ARG NAVIGATOR_VERSION=4.9.1 @@ -31,7 +31,7 @@ RUN sed -i '//d' ./dist/index.html ################################### -FROM nginx:1.26.1-alpine +FROM ghcr.io/security-onion-solutions/nginx:1.26.1-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"