From 9bca14bd673ce56c20e4f9b36b442f1794a7c50a Mon Sep 17 00:00:00 2001
From: Jonas Heinrich <onny@project-insanity.org>
Date: Sun, 14 Mar 2021 12:46:04 +0100
Subject: [PATCH] ci: update krankerl (fixed #179)

---
 .gitlab-ci.yml | 8 ++++----
 CHANGELOG.md   | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0596ed..4974438 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,12 +42,12 @@ testing:
 
 packaging:
   stage: packaging
+  image: ubuntu:rolling
   script:
     - apt update
-    - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml
-    - wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb
-    - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.3/krankerl_0.12.3_amd64.deb
-    - sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb krankerl_0.12.3_amd64.deb
+    - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml nodejs npm git
+    - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl_0.13.0_amd64.deb
+    - sudo dpkg -i krankerl_0.13.0_amd64.deb
     - krankerl package
   artifacts:
     paths:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd37428..8fdf3fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ yet implemented.
 ### Changed
 - Update npm modules
   [#181](https://git.project-insanity.org/onny/nextcloud-app-podcast/-/issues/181) @onny
+- CI: Update krankerl
+  [#179](https://git.project-insanity.org/onny/nextcloud-app-podcast/-/issues/179) @onny
 
 ## 0.2 - 2021-02
 
-- 
GitLab