From ea06f5dbe3bb8bba5105779687d2df17b8cfc91f Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 19 Apr 2022 17:17:58 +0200 Subject: [PATCH] Update cloudron-cli to latest release --- helpers/cloudron-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/cloudron-cli/Dockerfile b/helpers/cloudron-cli/Dockerfile index 7572244..8299559 100644 --- a/helpers/cloudron-cli/Dockerfile +++ b/helpers/cloudron-cli/Dockerfile @@ -7,5 +7,5 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz # use --unsafe to not execute post actions as user nobody -RUN npm -g install cloudron@4.7.0 --unsafe && npm cache clean --force && \ +RUN npm -g install cloudron@4.15.2 --unsafe && npm cache clean --force && \ cloudron --version