Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix(deps): update minor and pin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent acf896d commit 8dee8f8
Show file tree
Hide file tree
Showing 10 changed files with 902 additions and 552 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/docker-compose-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.1"

services:
db:
image: postgres:16.0
image: postgres:16.1
restart: always
ports:
- "5555:5432"
Expand Down Expand Up @@ -34,10 +34,10 @@ services:
- 16686:16686 # UI
- 14268:14268
- 9411:9411
image: "jaegertracing/all-in-one:1.50"
image: "jaegertracing/all-in-one:1.52"
# Collector
collector:
image: otel/opentelemetry-collector:0.87.0
image: otel/opentelemetry-collector:0.91.0
platform: linux/amd64
command: [ "--config=/conf/collector-config.yaml" ]
volumes:
Expand All @@ -57,4 +57,4 @@ services:
- MEILI_MASTER_KEY=FOO
volumes:
- '../tmp/meili_data:/meili_data'
image: 'getmeili/meilisearch:v1.4'
image: 'getmeili/meilisearch:v1.5'
192 changes: 100 additions & 92 deletions go.mod

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 8dee8f8

Please sign in to comment.