Update cloudron-cli to latest release

This commit is contained in:
Felix Bartels 2022-04-19 17:17:58 +02:00
parent 30a4255c46
commit ea06f5dbe3

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