0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

Move to a debian stretch and alpine 3.7 based base image

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

View file

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