Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Opolka
064611ced5 Upgrading to Version 4.4.3+210209 2021-02-10 09:22:48 +01:00
Markus Opolka
c7ea723349 Upgrading to LTS Version 3.25.11+210210 2021-02-10 09:22:00 +01:00
6 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.4-apache
LABEL maintainer="markus@martialblog.de"
ARG version='3.25.10+210128'
ARG sha256_checksum='6f27b8566a8afe49db57514a84c6dc9ee98ffc07769a2b51d3682e48f1a4af88'
ARG version='3.25.11+210210'
ARG sha256_checksum='53ed386936abb613f604e02808b61d87f510f470cc8c9a5fd9a2c631467d1be1'
# 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.10+210128'
ARG sha256_checksum='6f27b8566a8afe49db57514a84c6dc9ee98ffc07769a2b51d3682e48f1a4af88'
ARG version='3.25.11+210210'
ARG sha256_checksum='53ed386936abb613f604e02808b61d87f510f470cc8c9a5fd9a2c631467d1be1'
# 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.10+210128'
ARG sha256_checksum='6f27b8566a8afe49db57514a84c6dc9ee98ffc07769a2b51d3682e48f1a4af88'
ARG version='3.25.11+210210'
ARG sha256_checksum='53ed386936abb613f604e02808b61d87f510f470cc8c9a5fd9a2c631467d1be1'
# Install OS dependencies
RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.4-apache
LABEL maintainer="markus@martialblog.de"
ARG version='4.4.2+210208'
ARG sha256_checksum='6bb541d5da9c1a3bcc53284512f7bebadbbe7a966f7fb0b07d9b48cd55111483'
ARG version='4.4.3+210209'
ARG sha256_checksum='60070333dd28eb9a5123170f30ce83f361bc3c93788e627178c76e5c47e5f195'
# 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='4.4.2+210208'
ARG sha256_checksum='6bb541d5da9c1a3bcc53284512f7bebadbbe7a966f7fb0b07d9b48cd55111483'
ARG version='4.4.3+210209'
ARG sha256_checksum='60070333dd28eb9a5123170f30ce83f361bc3c93788e627178c76e5c47e5f195'
# Install OS dependencies
RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.4-fpm
LABEL maintainer="markus@martialblog.de"
ARG version='4.4.2+210208'
ARG sha256_checksum='6bb541d5da9c1a3bcc53284512f7bebadbbe7a966f7fb0b07d9b48cd55111483'
ARG version='4.4.3+210209'
ARG sha256_checksum='60070333dd28eb9a5123170f30ce83f361bc3c93788e627178c76e5c47e5f195'
# Install OS dependencies
RUN set -ex; \