mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-21 21:00:59 +00:00
Update Cloudron CLI to 5.0.0
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
a797f24c9a
commit
de3e45a505
1 changed files with 1 additions and 1 deletions
|
@ -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.15.2 --unsafe && npm cache clean --force && \
|
||||
RUN npm -g install cloudron@5.0.0 --unsafe && npm cache clean --force && \
|
||||
cloudron --version
|
||||
|
|
Loading…
Reference in a new issue