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
|
||||
|
||||
ENV NEXTCLOUD_VERSION 27.1.8
|
||||
ENV NEXTCLOUD_VERSION 27.1.9
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y eatmydata && \
|
||||
eatmydata apt-get upgrade -y && \
|
||||
eatmydata apt-get install -y --no-install-recommends \
|
||||
supervisor \
|
||||
cron \
|
||||
|
|
Loading…
Reference in a new issue