From c199522df9fa9b4dbabae69d299ce7e422edade3 Mon Sep 17 00:00:00 2001 From: saibotk Date: Tue, 7 Jan 2020 11:27:25 +0100 Subject: [PATCH] Upgrade to panel v0.7.16 --- services/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/php/Dockerfile b/services/php/Dockerfile index 5380211..e58abb6 100644 --- a/services/php/Dockerfile +++ b/services/php/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.2-fpm-alpine -ENV PANEL_VERSION=v0.7.15 +ENV PANEL_VERSION=v0.7.16 # Set up all the dependencies for the PHP container. RUN apk add --no-cache curl git supervisor tar unzip; \