update source image, fixes #2

* thanks to @smpita
This commit is contained in:
Robert Schumann 2018-12-08 18:46:16 +01:00
parent a0fc9240ba
commit 19a88e14e2

View File

@ -1,4 +1,4 @@
FROM boxedcode/alpine-nginx-php-fpm:latest
FROM boxedcode/alpine-nginx-php-fpm:v1.7.2
MAINTAINER Robert Schumann <gutmensch@n-os.org>
@ -43,4 +43,3 @@ RUN set -x \
EXPOSE 443 80
CMD ["/bin/bash", "/entrypoint.sh"]