1
0
Fork 0

bump version to 0.7.10

This commit is contained in:
Birkhoff Lee 2018-11-05 10:30:50 +08:00 committed by GitHub
parent b239d6aa18
commit a692b53ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM php:7.2-fpm-alpine 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. # 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; \