diff --git a/services/php/Dockerfile b/services/php/Dockerfile index 128d859..f7f9eaa 100644 --- a/services/php/Dockerfile +++ b/services/php/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.2-fpm-alpine -ENV PANEL_VERSION=v0.7.9 +ENV PANEL_VERSION=v0.7.10 # Set up all the dependencies for the PHP container. RUN apk add --no-cache curl git supervisor tar unzip; \