Update mysql_php_client php version

This commit is contained in:
Mikhail f. Shiryaev 2022-04-22 17:54:34 +02:00
parent d4e8c6fb44
commit 11694459f3
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -1,7 +1,7 @@
# docker build -t clickhouse/mysql-php-client .
# MySQL PHP client docker container
FROM php:7.3-cli
FROM php:8.0.18-cli
COPY ./client.crt client.crt
COPY ./client.key client.key