Compare commits

...

4 Commits

Author SHA1 Message Date
Markus Opolka
2fa1f94b20 Upgrading to Version 3.15.0+181008 2018-10-18 10:09:20 +02:00
Markus Opolka
cf09eeba7c Upgrading to Version 3.14.10+180926 2018-10-09 08:12:57 +02:00
Markus Opolka
75f9c151a7 Upgrading to Version 3.14.10+180924 2018-09-27 09:27:09 +02:00
Markus Opolka
a5f3d91340 Upgrading to Version 3.14.9+180917 2018-09-26 07:50:38 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM php:7.2-apache
LABEL maintainer="markus@martialblog.de"
ARG version='3.14.8+180829'
ARG version='3.15.0+181008'
# Install OS dependencies
RUN apt-get update && \

View File

@@ -1,6 +1,6 @@
FROM php:7.2-fpm-alpine
LABEL maintainer="markus@martialblog.de"
ARG version='3.14.8+180829'
ARG version='3.15.0+181008'
# Install OS dependencies
RUN apk add --no-cache --virtual .build-deps \

View File

@@ -1,6 +1,6 @@
FROM php:7.2-fpm
LABEL maintainer="markus@martialblog.de"
ARG version='3.14.8+180829'
ARG version='3.15.0+181008'
# Install OS dependencies
RUN apt-get update && \