Skip to content

Commit

Permalink
Remove deprecated version and upgrade Alpine to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafeX committed Jan 4, 2025
1 parent 7be04d9 commit a17d18a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a17d18a

Please sign in to comment.