diff --git a/apache/Dockerfile b/apache/Dockerfile index e0d1214..6069ed8 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.2-apache LABEL maintainer="markus@martialblog.de" -ARG version='3.14.1+180731' +ARG version='3.14.2+180807' # Install OS dependencies RUN apt-get update && \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 60ecf5f..b5501d3 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.2-fpm LABEL maintainer="markus@martialblog.de" -ARG version='3.14.1+180731' +ARG version='3.14.2+180807' # Install OS dependencies RUN apt-get update && \