Upgrading to LTS Version 3.27.32+220119

This commit is contained in:
Markus Opolka
2022-01-24 14:06:16 +01:00
parent 99f898aedc
commit 822a936b36
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.31+220104' ARG version='3.27.32+220119'
ARG sha256_checksum='f55cd1db1323c4bdcea9008f0025b0a5e2092942f329cf60db2f6cb387202a7f' ARG sha256_checksum='3208785e785c2b05f12f8f4a0e6aaacb867ca22e77436dedd142290ba87ac272'
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.31+220104' ARG version='3.27.32+220119'
ARG sha256_checksum='f55cd1db1323c4bdcea9008f0025b0a5e2092942f329cf60db2f6cb387202a7f' ARG sha256_checksum='3208785e785c2b05f12f8f4a0e6aaacb867ca22e77436dedd142290ba87ac272'
# 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.31+220104' ARG version='3.27.32+220119'
ARG sha256_checksum='f55cd1db1323c4bdcea9008f0025b0a5e2092942f329cf60db2f6cb387202a7f' ARG sha256_checksum='3208785e785c2b05f12f8f4a0e6aaacb867ca22e77436dedd142290ba87ac272'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \