Use alpine instead of ubuntu for E2E compose file, no need to include version

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
Laura Brehm 2022-06-26 14:41:23 +02:00
parent fd8538f780
commit 74fd14ec65
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
version: '3'
services:
oneshot:
image: ubuntu
image: alpine
command: echo 'hello world'
longrunning:
image: ubuntu
image: alpine
depends_on:
oneshot:
condition: service_completed_successfully