We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be04d9 commit a17d18aCopy full SHA for a17d18a
docker-compose.test.yml
@@ -1,10 +1,9 @@
1
-version: '3.5'
2
services:
3
app:
4
image: ${IMAGE_NAME}:${IMAGE_TAG}
5
build: .
6
sut:
7
- image: alpine:3.13
+ image: alpine:3.21
8
depends_on:
9
- app
10
command: /tmp/run_tests.sh
0 commit comments