Compare commits

...

4 commits

Author SHA1 Message Date
f937d9098e Merge pull request '27.1.10' (#38) from 27.1.10 into master
Reviewed-on: #38
2024-06-01 11:51:19 +02:00
28e2104678 chore(nextcloud): update to 27.1.10 2024-06-01 01:35:25 +02:00
092593a4c3 chore: update nextcloud to 27.1.9 2024-04-27 12:46:12 +02:00
beaa157766 chore: nextcloud update 2024-03-28 21:45:25 +01:00

View file

@ -1,10 +1,11 @@
FROM php:8.2-apache
ENV NEXTCLOUD_VERSION 27.1.7
ENV NEXTCLOUD_VERSION 27.1.10
RUN \
apt-get update && \
apt-get install -y eatmydata && \
eatmydata apt-get upgrade -y && \
eatmydata apt-get install -y --no-install-recommends \
supervisor \
cron \