Upgraded Alpine Linux to 3.13

This commit is contained in:
Tim de Pater
2021-01-18 17:23:07 +01:00
parent a866db2f37
commit f67cc5755a
3 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
apk --no-cache add curl
curl --silent --fail http://app:8080 | grep 'PHP 7.3'
curl --silent --fail http://app:8080 | grep 'PHP 7.4'