Upgrading to Version 4.6.3+210518

This commit is contained in:
Markus Opolka
2021-05-25 18:52:23 +02:00
parent 628cb942af
commit 958ed57011
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.6.2+210512' ARG version='4.6.3+210518'
ARG sha256_checksum='7c2d26294e09a35bdca698277ff4b71190911596b5c8173a8d628bf8fb761789' ARG sha256_checksum='3c59afc13d0cf974c465c5f851cb8837117518e94031f5e3a28ba468ad734ce2'
ARG USER=root ARG USER=root
ARG LISTEN_PORT=80 ARG LISTEN_PORT=80

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.6.2+210512' ARG version='4.6.3+210518'
ARG sha256_checksum='7c2d26294e09a35bdca698277ff4b71190911596b5c8173a8d628bf8fb761789' ARG sha256_checksum='3c59afc13d0cf974c465c5f851cb8837117518e94031f5e3a28ba468ad734ce2'
# 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.6.2+210512' ARG version='4.6.3+210518'
ARG sha256_checksum='7c2d26294e09a35bdca698277ff4b71190911596b5c8173a8d628bf8fb761789' ARG sha256_checksum='3c59afc13d0cf974c465c5f851cb8837117518e94031f5e3a28ba468ad734ce2'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \