chore: update nextcloud to 27.1.9
This commit is contained in:
parent
beaa157766
commit
092593a4c3
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
FROM php:8.2-apache
|
FROM php:8.2-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 27.1.8
|
ENV NEXTCLOUD_VERSION 27.1.9
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y eatmydata && \
|
apt-get install -y eatmydata && \
|
||||||
|
eatmydata apt-get upgrade -y && \
|
||||||
eatmydata apt-get install -y --no-install-recommends \
|
eatmydata apt-get install -y --no-install-recommends \
|
||||||
supervisor \
|
supervisor \
|
||||||
cron \
|
cron \
|
||||||
|
|
Loading…
Reference in a new issue