Skip to content

Commit

Permalink
Merge pull request #558 from Security-Onion-Solutions/TOoSmOotH-patch-8
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
TOoSmOotH authored Jul 16, 2024
2 parents 57172ec + 0a4cb5a commit 72efa62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions so-idh/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-slim
FROM python:3.12.4-slim

WORKDIR /root/

Expand All @@ -9,4 +9,4 @@ RUN pip install opencanary

ADD supervise-opencanary.conf /etc/supervisor/conf.d/supervise-opencanary.conf

CMD ["/usr/bin/supervisord", "-n"]
CMD ["/usr/bin/supervisord", "-n"]
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:16-alpine as navigator-builder
FROM ghcr.io/security-onion-solutions/node:22.4.1-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.22.1-alpine
FROM 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 72efa62

Please sign in to comment.