Skip to content

Commit

Permalink
fix(deps): update minor and pin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent a602de9 commit 1b87cee
Show file tree
Hide file tree
Showing 10 changed files with 2,188 additions and 1,448 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/docker-compose-deps.yml
Expand Up @@ -2,7 +2,7 @@ version: "3.1"

services:
db:
image: postgres:16.0
image: postgres:16.3
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.57"
# Collector
collector:
image: otel/opentelemetry-collector:0.87.0
image: otel/opentelemetry-collector:0.100.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.8'
2 changes: 1 addition & 1 deletion dockerfiles/go.Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.21 AS builder-go
FROM golang:1.22 AS builder-go

WORKDIR /work
COPY go.mod .
Expand Down
371 changes: 202 additions & 169 deletions go.mod

Large diffs are not rendered by default.

400 changes: 400 additions & 0 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 1b87cee

Please sign in to comment.