From 4d04b8020fcbdd144c1fde8f6de046898ca9cfa9 Mon Sep 17 00:00:00 2001 From: Christopher <1289128+dragonfire1119@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:44:56 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Bump=20Nextcloud=20version?= =?UTF-8?q?=20to=2030.0.2=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the Nextcloud version from 30.0 to 30.0.2 in the Dockerfile. This ensures the latest security and bug fixes are included in the container image. --- nextcloud-with-smbclient/Dockerfile | 2 +- nextcloud-with-smbclient/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud-with-smbclient/Dockerfile b/nextcloud-with-smbclient/Dockerfile index 1a7318e..3995dd9 100644 --- a/nextcloud-with-smbclient/Dockerfile +++ b/nextcloud-with-smbclient/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:30.0-apache +FROM nextcloud:30.0.2-apache RUN set -e; \ apt-get update && \ diff --git a/nextcloud-with-smbclient/VERSION b/nextcloud-with-smbclient/VERSION index 8acdd82..4e379d2 100644 --- a/nextcloud-with-smbclient/VERSION +++ b/nextcloud-with-smbclient/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2