Upgrading to LTS Version 3.28.1+220215

This commit is contained in:
Markus Opolka
2022-03-01 12:50:46 +01:00
parent cb2286e6be
commit b6ad489977
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FROM php:8.0-apache FROM php:8.0-apache
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.27.35+220208' ARG version='3.28.1+220215'
ARG sha256_checksum='521aef21bc03d617ad2871b1d58a6baf51134cbc3210f1c7523ea5035241bf58' ARG sha256_checksum='02e31d805b80c757c679dd9b2c9e599d0db4531dc97bad21bdfe3995bb430274'
ARG USER=root ARG USER=root
ARG LISTEN_PORT=80 ARG LISTEN_PORT=80

View File

@@ -1,7 +1,7 @@
FROM php:8.0-fpm-alpine FROM php:8.0-fpm-alpine
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.27.35+220208' ARG version='3.28.1+220215'
ARG sha256_checksum='521aef21bc03d617ad2871b1d58a6baf51134cbc3210f1c7523ea5035241bf58' ARG sha256_checksum='02e31d805b80c757c679dd9b2c9e599d0db4531dc97bad21bdfe3995bb430274'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:8.0-fpm FROM php:8.0-fpm
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.27.35+220208' ARG version='3.28.1+220215'
ARG sha256_checksum='521aef21bc03d617ad2871b1d58a6baf51134cbc3210f1c7523ea5035241bf58' ARG sha256_checksum='02e31d805b80c757c679dd9b2c9e599d0db4531dc97bad21bdfe3995bb430274'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \