diff --git a/Dockerfile b/Dockerfile index 3c5d148..c111c86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM boxedcode/alpine-nginx-php-fpm:latest +FROM boxedcode/alpine-nginx-php-fpm:v1.7.2 MAINTAINER Robert Schumann @@ -43,4 +43,3 @@ RUN set -x \ EXPOSE 443 80 CMD ["/bin/bash", "/entrypoint.sh"] -