Upgrading to LTS Version 3.25.7+210113

This commit is contained in:
Markus Opolka
2021-01-18 18:45:11 +01:00
parent 80ebadd26d
commit 7438aecf40
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.4-apache
LABEL maintainer="markus@martialblog.de"
ARG version='3.25.6+201229'
ARG sha256_checksum='8f7e7095a4f7386735143fe7b0ecbed24b7c9153d89cdd41ecae77206f3a4f83'
ARG version='3.25.7+210113'
ARG sha256_checksum='43684732ad19fbd659a716fb8aa809c7305653fa4c0e3e9f3bc598212c088045'
# Install OS dependencies
RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.4-fpm-alpine
LABEL maintainer="markus@martialblog.de"
ARG version='3.25.6+201229'
ARG sha256_checksum='8f7e7095a4f7386735143fe7b0ecbed24b7c9153d89cdd41ecae77206f3a4f83'
ARG version='3.25.7+210113'
ARG sha256_checksum='43684732ad19fbd659a716fb8aa809c7305653fa4c0e3e9f3bc598212c088045'
# Install OS dependencies
RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.4-fpm
LABEL maintainer="markus@martialblog.de"
ARG version='3.25.6+201229'
ARG sha256_checksum='8f7e7095a4f7386735143fe7b0ecbed24b7c9153d89cdd41ecae77206f3a4f83'
ARG version='3.25.7+210113'
ARG sha256_checksum='43684732ad19fbd659a716fb8aa809c7305653fa4c0e3e9f3bc598212c088045'
# Install OS dependencies
RUN set -ex; \