From 25c4ce303e73f7c3ea505e3f61ea72c6eb302451 Mon Sep 17 00:00:00 2001 From: CES Marvin Date: Mon, 24 Jun 2024 13:48:44 +0000 Subject: [PATCH] Release version 3.2.2-1 --- Dockerfile | 4 ++-- dogu.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4099ec7..1a526a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM registry.cloudogu.com/official/java:17.0.6-2 LABEL maintainer="sebastian.sdorra@cloudogu.com" -ARG SCM_PKG_URL=https://packages.scm-manager.org/repository/releases/sonia/scm/packaging/unix/3.2.1/unix-3.2.1.tar.gz -ARG SCM_PKG_SHA256=6e9859b48da74d51a10d547d7310101e728d3b46054ec292c9bd4e1c6e0cc51b +ARG SCM_PKG_URL=https://packages.scm-manager.org/repository/releases/sonia/scm/packaging/unix/3.2.2/unix-3.2.2.tar.gz +ARG SCM_PKG_SHA256=4b9715e5dc82f00ddaf0f40d2c5092b121fc630f84f30d51142bb1181d3f962c ARG SCM_CODE_EDITOR_PLUGIN_URL=https://packages.scm-manager.org/repository/plugin-releases/sonia/scm/plugins/scm-code-editor-plugin/2.1.0/scm-code-editor-plugin-2.1.0.smp ARG SCM_CODE_EDITOR_PLUGIN_SHA256=97b2ea672873b644abc60f6b531d9baa868b84604f974adbee3852ec1becba6f ARG SCM_SCRIPT_PLUGIN_URL=https://packages.scm-manager.org/repository/plugin-releases/sonia/scm/plugins/scm-script-plugin/2.5.1/scm-script-plugin-2.5.1.smp diff --git a/dogu.json b/dogu.json index a421efc..f3bf736 100644 --- a/dogu.json +++ b/dogu.json @@ -1,6 +1,6 @@ { "Name": "official/scm", - "Version": "3.2.1-1", + "Version": "3.2.2-1", "DisplayName": "SCM-Manager", "Description": "The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.", "Category": "Development Apps",