Skip to content

Commit

Permalink
chore: bump docker deps (#3269)
Browse files Browse the repository at this point in the history
* chore: bump otel-collector version

* chore: bump oathkeeper in docker
  • Loading branch information
bodymindarts authored Sep 26, 2023
1 parent 6ea2638 commit 208654f
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 @@ -47,7 +47,7 @@ services:
extra_hosts: []
otel-agent:
ports: []
image: otel/opentelemetry-collector-contrib:0.79.0
image: otel/opentelemetry-collector-contrib:0.84.0
command: ["--config=/etc/otel-agent-config.yaml"]
environment:
- HONEYCOMB_DATASET=${HONEYCOMB_DATASET}
Expand Down Expand Up @@ -360,7 +360,7 @@ services:
timeout: 30s
retries: 5
oathkeeper:
image: oryd/oathkeeper:v0.40.4-distroless
image: oryd/oathkeeper:v0.40.6-distroless
ports: []
extra_hosts: []
command: serve -c /home/ory/oathkeeper.yml --sqa-opt-out
Expand Down

0 comments on commit 208654f

Please sign in to comment.