From 092593a4c3896e9cd87008ddb79a57823db2d084 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Apr 2024 12:46:12 +0200 Subject: [PATCH] chore: update nextcloud to 27.1.9 --- webservice/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webservice/Dockerfile b/webservice/Dockerfile index 9c7e202..8bbc5a3 100644 --- a/webservice/Dockerfile +++ b/webservice/Dockerfile @@ -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 \