0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 12:50:54 +02:00

Run update.sh

This commit is contained in:
Tilo Spannagel 2018-05-24 13:50:50 +02:00
parent 85a7b1a6ba
commit 7a5bf34195
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
6 changed files with 54 additions and 14 deletions

View file

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