Merge pull request #439 from nextcloud/alpine-3.8

Upgrade to alpine 3.8
This commit is contained in:
Tilo Spannagel 2018-08-29 10:20:03 +02:00 committed by GitHub
commit 6124a1af14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.1-fpm-alpine3.7
FROM php:7.1-fpm-alpine3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.1-fpm-alpine3.7
FROM php:7.1-fpm-alpine3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.7
FROM php:7.2-fpm-alpine3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.7
FROM php:7.2-fpm-alpine3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
FROM php:7.2-fpm-alpine3.7
FROM php:7.2-fpm-alpine3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -1,4 +1,4 @@
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.7
FROM php:%%PHP_VERSION%%-%%VARIANT%%3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \