Compare commits

...

5 Commits

Author SHA1 Message Date
Markus Opolka
a968c01029 Fix Checksum for tarball 2019-10-24 07:30:41 +02:00
Markus Opolka
325416c959 Upgrading to Version 3.19.2+191017 2019-10-23 19:06:11 +02:00
Markus Opolka
44fac58a28 Upgrading to Version 3.19.1+191009 2019-10-17 18:42:08 +02:00
Markus Opolka
1a63aa37a7 Upgrading to Version 3.19.0+191008 2019-10-13 13:26:13 +02:00
Markus Opolka
e4d7e3550f Upgrading to Version 3.17.17+190918 2019-09-23 18:24:27 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.2-apache FROM php:7.2-apache
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.17.16+190906' ARG version='3.19.2+191017'
ARG sha256_checksum='a26f8c5c1e57f8a4d12a8a1c33278300166d5e479d8377316bb3ad894723c100' ARG sha256_checksum='d2baf4f9cc9389b01e4bdd99841745cf5f1ecac02166c9458eb80c1e4aa5df2c'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm-alpine FROM php:7.2-fpm-alpine
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.17.16+190906' ARG version='3.19.2+191017'
ARG sha256_checksum='a26f8c5c1e57f8a4d12a8a1c33278300166d5e479d8377316bb3ad894723c100' ARG sha256_checksum='d2baf4f9cc9389b01e4bdd99841745cf5f1ecac02166c9458eb80c1e4aa5df2c'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \

View File

@@ -1,7 +1,7 @@
FROM php:7.2-fpm FROM php:7.2-fpm
LABEL maintainer="markus@martialblog.de" LABEL maintainer="markus@martialblog.de"
ARG version='3.17.16+190906' ARG version='3.19.2+191017'
ARG sha256_checksum='a26f8c5c1e57f8a4d12a8a1c33278300166d5e479d8377316bb3ad894723c100' ARG sha256_checksum='d2baf4f9cc9389b01e4bdd99841745cf5f1ecac02166c9458eb80c1e4aa5df2c'
# Install OS dependencies # Install OS dependencies
RUN set -ex; \ RUN set -ex; \