Skip to content

Commit

Permalink
Undo docker-compose.yml version bumps
Browse files Browse the repository at this point in the history
This is used in appraisal lockfile checks
  • Loading branch information
lloeki committed Jun 18, 2024
1 parent d328209 commit a739b31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- bundle-2.6:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-2.7:
image: ghcr.io/datadog/dd-trace-rb/ruby:2.7.8-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:2.7.6-dd
command: /bin/bash
depends_on:
- ddagent
Expand All @@ -89,7 +89,7 @@ services:
- bundle-2.7:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.0:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.0.7-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.0.4-dd
command: /bin/bash
depends_on:
- ddagent
Expand Down Expand Up @@ -125,7 +125,7 @@ services:
- bundle-3.0:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.1:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.1.6-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.1.2-dd
command: /bin/bash
depends_on:
- ddagent
Expand All @@ -150,7 +150,7 @@ services:
- bundle-3.1:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.2:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.2.4-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.2.0-dd
command: /bin/bash
depends_on:
- ddagent
Expand All @@ -175,7 +175,7 @@ services:
- bundle-3.2:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.3:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.3.2-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.3.0-dd
command: /bin/bash
depends_on:
- ddagent
Expand Down

0 comments on commit a739b31

Please sign in to comment.