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

chore(deps): update influxdb:2.7 docker digest to e0c6620 #1898

Merged
merged 1 commit into from
Nov 21, 2023
Merged
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
2 changes: 1 addition & 1 deletion ansible/host_vars/monitoring/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
ports:
- "{{ compose_project_ports.loki[0] }}:3100"
influxdb:
image: influxdb:2.7@sha256:1516cd6c3b459c305029f74a59d27db4d5181dc8817df25157003cc775067e3c
image: influxdb:2.7@sha256:e0c66207e3f5cc16bc0730dc52a7fa81dbba6e366fe6ddf3daab0c3008af64c9
restart: always
volumes:
- "{{ docker_volume_dirs.influxdb[0] }}:/var/lib/influxdb"
Expand Down
Loading