Upgrading to Version 4.3.2+200629

This commit is contained in:
Markus Opolka
2020-07-06 16:07:32 +02:00
parent 3a55f6bfaf
commit 1707b30df2
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.3.1+200623' ARG version='4.3.2+200629'
ARG sha256_checksum='a3ebf6b94b7cd27a8e7a193a9b1d46e9433ff820eb101d1f1dba15cf1410b2d4' ARG sha256_checksum='c9e52a28a40a3e0f5af12fcba22a3e28e8498eb153decb8aac890020ec362eba'
# 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.3.1+200623' ARG version='4.3.2+200629'
ARG sha256_checksum='a3ebf6b94b7cd27a8e7a193a9b1d46e9433ff820eb101d1f1dba15cf1410b2d4' ARG sha256_checksum='c9e52a28a40a3e0f5af12fcba22a3e28e8498eb153decb8aac890020ec362eba'
# 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.3.1+200623' ARG version='4.3.2+200629'
ARG sha256_checksum='a3ebf6b94b7cd27a8e7a193a9b1d46e9433ff820eb101d1f1dba15cf1410b2d4' ARG sha256_checksum='c9e52a28a40a3e0f5af12fcba22a3e28e8498eb153decb8aac890020ec362eba'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \