Upgrading to Version 4.3.25+201105

This commit is contained in:
Markus Opolka
2020-11-10 07:37:10 +01:00
parent ab6da243fe
commit 89f15d94ba
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.4-apache FROM php:7.4-apache
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.3.24+201102' ARG version='4.3.25+201105'
ARG sha256_checksum='7792de116b01af2e07d483fa48bf8105863995d2babbc36212c521298eef9cae' ARG sha256_checksum='36c3fcbff0dd3c2d0f3b5bf8d2aee62cad4a82c0ad06ca44681f505683f42d16'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.4-fpm-alpine FROM php:7.4-fpm-alpine
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.3.24+201102' ARG version='4.3.25+201105'
ARG sha256_checksum='7792de116b01af2e07d483fa48bf8105863995d2babbc36212c521298eef9cae' ARG sha256_checksum='36c3fcbff0dd3c2d0f3b5bf8d2aee62cad4a82c0ad06ca44681f505683f42d16'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.4-fpm FROM php:7.4-fpm
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='4.3.24+201102' ARG version='4.3.25+201105'
ARG sha256_checksum='7792de116b01af2e07d483fa48bf8105863995d2babbc36212c521298eef9cae' ARG sha256_checksum='36c3fcbff0dd3c2d0f3b5bf8d2aee62cad4a82c0ad06ca44681f505683f42d16'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \