From 8a4c94daadc3f99f88b495ce975757270dad7249 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 5 Jul 2021 16:14:10 +0200 Subject: [PATCH] Upgrade to Alpine 3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81bcf6a..fa52c32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -FROM php:8.0-fpm-alpine3.13 +FROM php:8.0-fpm-alpine3.14 ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync && \ install-php-extensions zip ssh2 pdo_mysql mysqli