Skip to content

Commit

Permalink
Add php 8.1.30-ubuntu (#81)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: en-jschuetze <[email protected]>
  • Loading branch information
laur101 and en-jschuetze authored Sep 28, 2024
1 parent c998ebc commit 654747a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:noble-20240605

ARG PHP_VERSION="8.1.29"
ARG PHP_VERSION="8.1.30"
ARG PHP_PACKAGE_BASENAME="php8.1"
ARG PHP_PACKAGE_BASE_VERSION="8.1"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm8.1"
Expand Down
6 changes: 3 additions & 3 deletions tests/test_fpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -e

cd fpm
docker-compose down
docker-compose up -d php-fpm nginx
docker compose down
docker compose up -d php-fpm nginx

docker compose exec php-fpm bash -c 'wget nginx:8080/index.php -q -O /tmp/response && cat /tmp/response' | grep "IT WORKS IN NGINX PHP-FPM" > /dev/null
docker compose exec php-fpm bash -c 'wget nginx:8080/ -q -O /tmp/response && cat /tmp/response' | grep "IT WORKS IN NGINX PHP-FPM" > /dev/null
Expand All @@ -21,4 +21,4 @@ fi

docker compose exec php-fpm bash -c 'wget nginx:8080/phpinfo.php -q -O /tmp/response && cat /tmp/response' | grep "VARIABLE_NECESSARY_FOR_TEST" > /dev/null

docker-compose down
docker compose down

0 comments on commit 654747a

Please sign in to comment.