Upgrading to LTS Version 3.25.8+210118

This commit is contained in:
Markus Opolka
2021-01-26 07:51:00 +01:00
parent 7438aecf40
commit 9833519c9f
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='3.25.7+210113' ARG version='3.25.8+210118'
ARG sha256_checksum='43684732ad19fbd659a716fb8aa809c7305653fa4c0e3e9f3bc598212c088045' ARG sha256_checksum='2230ee56c44cf1f694610e7a166e6245c2fa35d3caa96a291ef77fce2b48a4ca'
# 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='3.25.7+210113' ARG version='3.25.8+210118'
ARG sha256_checksum='43684732ad19fbd659a716fb8aa809c7305653fa4c0e3e9f3bc598212c088045' ARG sha256_checksum='2230ee56c44cf1f694610e7a166e6245c2fa35d3caa96a291ef77fce2b48a4ca'
# 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='3.25.7+210113' ARG version='3.25.8+210118'
ARG sha256_checksum='43684732ad19fbd659a716fb8aa809c7305653fa4c0e3e9f3bc598212c088045' ARG sha256_checksum='2230ee56c44cf1f694610e7a166e6245c2fa35d3caa96a291ef77fce2b48a4ca'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \