Update mysql-php-client to the recent rolling version

This commit is contained in:
Mikhail f. Shiryaev 2023-06-22 18:20:23 +02:00
parent 953f1c7885
commit 91dc6dfe34
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:8.0.18-cli
FROM php:8-cli-alpine
COPY ./client.crt client.crt
COPY ./client.key client.key