From 07d904c6aaaa077a73509d48015876a562b0640c Mon Sep 17 00:00:00 2001 From: saibotk Date: Wed, 18 Mar 2020 19:31:56 +0100 Subject: [PATCH] Upgrade to panel v0.7.17 --- services/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/php/Dockerfile b/services/php/Dockerfile index e58abb6..f810a41 100644 --- a/services/php/Dockerfile +++ b/services/php/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.2-fpm-alpine -ENV PANEL_VERSION=v0.7.16 +ENV PANEL_VERSION=v0.7.17 # Set up all the dependencies for the PHP container. RUN apk add --no-cache curl git supervisor tar unzip; \