Test image was still building off of php 8.0

This commit is contained in:
Deon George 2023-01-30 23:21:01 +11:00
parent 2ce07e2c9a
commit 80a8203985
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# NAME leenooks/php
# VERSION 8.0-fpm-test
# VERSION 8.1-fpm-test
FROM registry.leenooks.net/leenooks/php:8.0-fpm-latest
FROM registry.leenooks.net/leenooks/php:8.1-fpm-latest
RUN pecl install xdebug \
&& docker-php-ext-enable xdebug