1
0
Fork 0

Upgrade to panel v0.7.16

This commit is contained in:
saibotk 2020-01-07 11:27:25 +01:00
parent 9496f05331
commit c199522df9
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -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; \