Skip to content

Commit 7deee81

Browse files
author
designcise
committed
revert: downgrade to PHP 8.1
1 parent 81ca0e0 commit 7deee81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN composer install \
1111
--optimize-autoloader \
1212
--prefer-dist
1313

14-
FROM php:8.2-fpm AS base
14+
FROM php:8.1.1-fpm AS base
1515
COPY --from=vendor /usr/bin/composer /usr/bin/composer
1616

1717
RUN apt-get update \

0 commit comments

Comments
 (0)