Skip to content

Commit

Permalink
Update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
defensivedepth committed Aug 15, 2024
1 parent ba684b3 commit 133a1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions so-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# 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

Expand All @@ -31,7 +31,7 @@ RUN sed -i '/<base href="\/"\/>/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"
Expand Down

0 comments on commit 133a1da

Please sign in to comment.