mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-21 16:18:59 +08:00
Remove deprecated version and upgrade Alpine to 3.21
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user