Upgrading to LTS Version 3.27.0+210525

This commit is contained in:
Markus Opolka
2021-06-07 08:32:03 +02:00
parent 30eef8abc1
commit 4e99ca384c
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.26.5+210519' ARG version='3.27.0+210525'
ARG sha256_checksum='fbe6c59b6b23f34f1d9dbc8ca64dfb4ce8573cc0925e9aad2db00c6b0d4b62fd' ARG sha256_checksum='4dbab8ce17d331f4930fd51a5108e1e979e6bf2c6cd216433e781e47695fc1ba'
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='3.26.5+210519' ARG version='3.27.0+210525'
ARG sha256_checksum='fbe6c59b6b23f34f1d9dbc8ca64dfb4ce8573cc0925e9aad2db00c6b0d4b62fd' ARG sha256_checksum='4dbab8ce17d331f4930fd51a5108e1e979e6bf2c6cd216433e781e47695fc1ba'
# 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.26.5+210519' ARG version='3.27.0+210525'
ARG sha256_checksum='fbe6c59b6b23f34f1d9dbc8ca64dfb4ce8573cc0925e9aad2db00c6b0d4b62fd' ARG sha256_checksum='4dbab8ce17d331f4930fd51a5108e1e979e6bf2c6cd216433e781e47695fc1ba'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \