Remove deprecated version and upgrade Alpine to 3.21

This commit is contained in:
Tim de Pater
2025-01-04 09:01:23 +01:00
parent 7be04d94a2
commit a17d18ac27

View File

@@ -1,10 +1,9 @@
version: '3.5'
services:
app:
image: ${IMAGE_NAME}:${IMAGE_TAG}
build: .
sut:
image: alpine:3.13
image: alpine:3.21
depends_on:
- app
command: /tmp/run_tests.sh