Upgrade to panel v0.7.17
This commit is contained in:
parent
c199522df9
commit
07d904c6aa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM php:7.2-fpm-alpine
|
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.
|
# Set up all the dependencies for the PHP container.
|
||||||
RUN apk add --no-cache curl git supervisor tar unzip; \
|
RUN apk add --no-cache curl git supervisor tar unzip; \
|
||||||
|
|
Reference in a new issue