update cloudron cli to 4.7.0

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-12-11 09:36:41 +01:00
parent 0a61c1ca8f
commit 9db5803b71

View file

@ -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.5.3 --unsafe && npm cache clean --force && \
RUN npm -g install cloudron@4.7.0 --unsafe && npm cache clean --force && \
cloudron --version