diff --git a/Dockerfile b/Dockerfile index 7052dfd..113afac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM registry.cloudogu.com/official/java:17.0.12-1 LABEL maintainer="sebastian.sdorra@cloudogu.com" -ARG SCM_PKG_URL=https://packages.scm-manager.org/repository/releases/sonia/scm/packaging/unix/3.4.0/unix-3.4.0.tar.gz -ARG SCM_PKG_SHA256=48949f4a32806c4eba1574750d6d2904d61aa14419eae5675f630baca0a491b9 +ARG SCM_PKG_URL=https://packages.scm-manager.org/repository/releases/sonia/scm/packaging/unix/3.4.1/unix-3.4.1.tar.gz +ARG SCM_PKG_SHA256=0951d1492f37acd9636e00d873a19814774ea13b09209b5bc2a972415b6df177 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 d696ea1..5a2b8c2 100644 --- a/dogu.json +++ b/dogu.json @@ -1,6 +1,6 @@ { "Name": "official/scm", - "Version": "3.4.0-1", + "Version": "3.4.1-1", "DisplayName": "SCM-Manager", "Description": "The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.", "Category": "Development Apps",