Skip to content

Commit 81ca0e0

Browse files
author
designcise
committed
feat: updated PHP version to 8.2
1 parent 13aa676 commit 81ca0e0

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.1.1-fpm AS base
14+
FROM php:8.2-fpm AS base
1515
COPY --from=vendor /usr/bin/composer /usr/bin/composer
1616

1717
RUN apt-get update \

0 commit comments

Comments
 (0)