Skip to content

Commit

Permalink
chore(deps): update docker-compose (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent authored Jan 26, 2025
2 parents 133a071 + 8b9774d commit 261c93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:
services:
otelcol:
# ref: https://hub.docker.com/r/otel/opentelemetry-collector-contrib/tags
image: otel/opentelemetry-collector-contrib:0.116.1
image: otel/opentelemetry-collector-contrib:0.118.0
restart: always
networks:
hostnetwork:
Expand Down Expand Up @@ -119,7 +119,7 @@ services:

tempo:
# ref: https://hub.docker.com/r/grafana/tempo/tags
image: &tempoImage grafana/tempo:2.6.1
image: &tempoImage grafana/tempo:2.7.0
restart: always
networks:
hostnetwork:
Expand Down

0 comments on commit 261c93b

Please sign in to comment.