mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-04-22 00:29:10 +08:00
Remove deprecated version and upgrade Alpine to 3.21
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
version: '3.5'
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ${IMAGE_NAME}:${IMAGE_TAG}
|
image: ${IMAGE_NAME}:${IMAGE_TAG}
|
||||||
build: .
|
build: .
|
||||||
sut:
|
sut:
|
||||||
image: alpine:3.13
|
image: alpine:3.21
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
command: /tmp/run_tests.sh
|
command: /tmp/run_tests.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user