summaryrefslogtreecommitdiff
path: root/tests/fixtures/links-composefile/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/links-composefile/docker-compose.yml')
-rw-r--r--tests/fixtures/links-composefile/docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixtures/links-composefile/docker-compose.yml b/tests/fixtures/links-composefile/docker-compose.yml
index 930fd4c7..0a2f3d9e 100644
--- a/tests/fixtures/links-composefile/docker-compose.yml
+++ b/tests/fixtures/links-composefile/docker-compose.yml
@@ -1,11 +1,11 @@
db:
- image: busybox:latest
+ image: busybox:1.27.2
command: top
web:
- image: busybox:latest
+ image: busybox:1.27.2
command: top
links:
- db:db
console:
- image: busybox:latest
+ image: busybox:1.27.2
command: top