Upgrading to LTS Version 3.25.10+210128

This commit is contained in:
Markus Opolka
2021-02-09 09:38:44 +01:00
parent c2ad0c38cc
commit eecb83fc99
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.9+210125'
ARG sha256_checksum='73f00cdb822670958fd3f0b2c0a8dab3ef280bb014d4c61fbd224013b0337d3d'
ARG version='3.25.10+210128'
ARG sha256_checksum='6f27b8566a8afe49db57514a84c6dc9ee98ffc07769a2b51d3682e48f1a4af88'
# 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.9+210125'
ARG sha256_checksum='73f00cdb822670958fd3f0b2c0a8dab3ef280bb014d4c61fbd224013b0337d3d'
ARG version='3.25.10+210128'
ARG sha256_checksum='6f27b8566a8afe49db57514a84c6dc9ee98ffc07769a2b51d3682e48f1a4af88'
# 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.9+210125'
ARG sha256_checksum='73f00cdb822670958fd3f0b2c0a8dab3ef280bb014d4c61fbd224013b0337d3d'
ARG version='3.25.10+210128'
ARG sha256_checksum='6f27b8566a8afe49db57514a84c6dc9ee98ffc07769a2b51d3682e48f1a4af88'
# Install OS dependencies
RUN set -ex; \