Upgrading to Version 4.3.30+201207

This commit is contained in:
Markus Opolka
2020-12-14 17:47:06 +01:00
parent f7f8bbcbae
commit 15f46a40b9
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.29+201130' ARG version='4.3.30+201207'
ARG sha256_checksum='a80d406efc35634adc34b1811a26079a6d00ae271f8721825ae9c72bf26de820' ARG sha256_checksum='635830d6fe95f9a4e8401885b3320611773014c64fb2d3ebfc26a58429d365c4'
# 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.29+201130' ARG version='4.3.30+201207'
ARG sha256_checksum='a80d406efc35634adc34b1811a26079a6d00ae271f8721825ae9c72bf26de820' ARG sha256_checksum='635830d6fe95f9a4e8401885b3320611773014c64fb2d3ebfc26a58429d365c4'
# 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.29+201130' ARG version='4.3.30+201207'
ARG sha256_checksum='a80d406efc35634adc34b1811a26079a6d00ae271f8721825ae9c72bf26de820' ARG sha256_checksum='635830d6fe95f9a4e8401885b3320611773014c64fb2d3ebfc26a58429d365c4'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \