From eb834031d4396122ff226c3202a5feb80a47a7d0 Mon Sep 17 00:00:00 2001 From: CES Marvin Date: Fri, 24 May 2024 12:39:37 +0000 Subject: [PATCH] Release version 3.2.0-1 --- Dockerfile | 4 ++-- dogu.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac836e5..891f904 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.1.0/unix-3.1.0.tar.gz -ARG SCM_PKG_SHA256=889ffe03642de0cc543e36aa8449ab58104b1d0d5521dbc055209c019e4922b5 +ARG SCM_PKG_URL=https://packages.scm-manager.org/repository/releases/sonia/scm/packaging/unix/3.2.0/unix-3.2.0.tar.gz +ARG SCM_PKG_SHA256=5c3f680100cf6c21da951216841ef724bef70916fe39e4e99c7148bda3ddf27b 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 e6fb902..d8b2d82 100644 --- a/dogu.json +++ b/dogu.json @@ -1,6 +1,6 @@ { "Name": "official/scm", - "Version": "3.1.0-1", + "Version": "3.2.0-1", "DisplayName": "SCM-Manager", "Description": "The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.", "Category": "Development Apps",