Skip to content

Commit

Permalink
Update fluentd image
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Jan 9, 2025
1 parent 8cc435d commit 75eae7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DOCKER_BUILD_CONTEXT_DIR=./
ADMINER_IMAGE_TAG=4.8.4
CASSANDRA_IMAGE_TAG=4.1.0
ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.2
FLUENTD_IMAGE_TAG=v1.14-debian-1
FLUENTD_IMAGE_TAG=v1.18.0-debian-1.0
GRAFANA_IMAGE_TAG=9.3.2
JAEGER_IMAGE_TAG=2.1.0
LDAP_IMAGE_TAG=2.6.3
Expand Down
2 changes: 1 addition & 1 deletion fluentd/fluentd.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FLUENTD_IMAGE_TAG=v1.14-debian-1
ARG FLUENTD_IMAGE_TAG=v1.18.0-debian-1

FROM fluent/fluentd:${FLUENTD_IMAGE_TAG}

Expand Down

0 comments on commit 75eae7a

Please sign in to comment.