Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base images #612

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions so-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/security-onion-solutions/redis:7.2.5-alpine
LABEL maintainer "Security Onion Solutions, LLC"
FROM ghcr.io/security-onion-solutions/redis:7.2.6-alpine
LABEL maintainer="Security Onion Solutions, LLC"
LABEL description="REDIS running in Docker container for use with Security Onion"
RUN addgroup -g 939 socore && adduser -D --uid 939 --ingroup socore socore && \
chown 939:939 /data
Expand Down
4 changes: 2 additions & 2 deletions so-telegraf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/security-onion-solutions/telegraf:1.31.3-alpine
LABEL maintainer "Security Onion Solutions, LLC"
FROM ghcr.io/security-onion-solutions/telegraf:1.32.3-alpine
LABEL maintainer="Security Onion Solutions, LLC"
LABEL description="Telegraf running in Docker container for use with Security Onion"

USER root
Expand Down
Loading