Skip to content

Commit

Permalink
Update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
defensivedepth committed Dec 12, 2024
1 parent baf88e7 commit 8550b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 8550b4a

Please sign in to comment.