From 71200329cdf5cc76ab8a9054e4e24711a306006f Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 23 Dec 2023 15:59:31 +0000 Subject: [PATCH] Update dockerfile to nc 28 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55f6cd2..faad87e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM nextcloud:27 +FROM nextcloud:28 ENV NEXTCLOUD_UPDATE 1 ENV NEXTCLOUD_ADMIN_USER repod ENV NEXTCLOUD_ADMIN_PASSWORD repod ENV NEXTCLOUD_INIT_HTACCESS 1 ENV SQLITE_DATABASE repod -ENV GPODDERSYNC_VERSION 3.8.1 +ENV GPODDERSYNC_VERSION 3.8.2 RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ apt-get install -y nodejs && \