diff --git a/apache/Dockerfile b/apache/Dockerfile index aaae5e3..48c50d9 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.2-apache LABEL maintainer="markus@martialblog.de" -ARG version='3.5.0+180309' +ARG version='3.5.2+180315' # Install OS dependencies RUN apt-get update && \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 4f21b6c..722956a 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.2-fpm LABEL maintainer="markus@martialblog.de" -ARG version='3.5.0+180309' +ARG version='3.5.2+180315' # Install OS dependencies RUN apt-get update && \