mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
update dev-docker with php 8.2 to use release version of php
This commit is contained in:
parent
cbcba71e32
commit
f0d0adf493
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM php:8.2-rc-apache
|
||||
FROM php:8.2-apache
|
||||
|
||||
RUN docker-php-ext-install mysqli && \
|
||||
mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue