Commit fe36834
committed
GEODE-10459: upgrade testcontainers
The acceptance tests appear to fail because `docker-compose` does not
exist. Likely the GHA machines have moved to the new `docker compose`
convention. This attempts upgrading testcontainers, as testcontainers is
what's starting docker compose, and newer versions indeed do it through
the `docker` executable.1 parent c13cf47 commit fe36834
File tree
1 file changed
+1
-1
lines changed- build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments