Upgrading to Version 4.1.3+200213

This commit is contained in:
Markus Opolka
2020-02-14 08:24:51 +01:00
parent 99e1f5a0c6
commit efab6e6904
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.2-apache FROM php:7.2-apache
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.1.2+200210' ARG version='4.1.3+200213'
ARG sha256_checksum='fe93ca0728783967e542abb9bbab4403b11ae9090f07f2e5793016921bbe2d31' ARG sha256_checksum='ebc281dede4454a633dd3a5b35d8594c92c398cf2944262fca14085fffff3b40'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm-alpine FROM php:7.2-fpm-alpine
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.1.2+200210' ARG version='4.1.3+200213'
ARG sha256_checksum='fe93ca0728783967e542abb9bbab4403b11ae9090f07f2e5793016921bbe2d31' ARG sha256_checksum='ebc281dede4454a633dd3a5b35d8594c92c398cf2944262fca14085fffff3b40'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm FROM php:7.2-fpm
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.1.2+200210' ARG version='4.1.3+200213'
ARG sha256_checksum='fe93ca0728783967e542abb9bbab4403b11ae9090f07f2e5793016921bbe2d31' ARG sha256_checksum='ebc281dede4454a633dd3a5b35d8594c92c398cf2944262fca14085fffff3b40'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \