Skip to content

Commit

Permalink
chore(deps): Update infra minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 408e064 commit 2986804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphql/e2e/custom_logic/cmd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine
FROM golang:1.23-alpine

COPY . /go/src/cmd/

Expand Down
2 changes: 1 addition & 1 deletion ocagent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
--raft="idx=1" --my=zero1:5180 --replicas=3 --logtostderr -v=2 --bindall --trace
"jaeger=http://ocagent:14268;"
ocagent:
image: omnition/opencensus-agent:0.1.6
image: omnition/opencensus-agent:0.1.11
container_name: ocagent
labels:
cluster: test
Expand Down
2 changes: 1 addition & 1 deletion worker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
--logtostderr -v=2 --raft "idx=6; group=2; snapshot-after-entries=100;
snapshot-after-duration=1m" --security "whitelist=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16;"
jaeger:
image: jaegertracing/all-in-one:1.18
image: jaegertracing/all-in-one:1.60
working_dir: /working/jaeger
environment:
- SPAN_STORAGE_TYPE=badger
Expand Down

0 comments on commit 2986804

Please sign in to comment.