Upgrading to LTS Version 3.27.35+220208

This commit is contained in:
Markus Opolka
2022-02-17 07:55:57 +01:00
parent 7ba3ad6618
commit 241f855f0e
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.34+220132' ARG version='3.27.35+220208'
ARG sha256_checksum='95c5a20e87fc25d03e18c40acfb5918b7ca77e7d69441876cf04e4af3e413560' ARG sha256_checksum='521aef21bc03d617ad2871b1d58a6baf51134cbc3210f1c7523ea5035241bf58'
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.34+220132' ARG version='3.27.35+220208'
ARG sha256_checksum='95c5a20e87fc25d03e18c40acfb5918b7ca77e7d69441876cf04e4af3e413560' ARG sha256_checksum='521aef21bc03d617ad2871b1d58a6baf51134cbc3210f1c7523ea5035241bf58'
# 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.34+220132' ARG version='3.27.35+220208'
ARG sha256_checksum='95c5a20e87fc25d03e18c40acfb5918b7ca77e7d69441876cf04e4af3e413560' ARG sha256_checksum='521aef21bc03d617ad2871b1d58a6baf51134cbc3210f1c7523ea5035241bf58'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \