From 4b37e1b7566fa90a7d9f3bea23af3154e9db7f90 Mon Sep 17 00:00:00 2001 From: Valerii Svydenko Date: Wed, 4 Oct 2023 10:44:17 +0300 Subject: [PATCH] chore: update ovsx to 0.8.3 (#1014) Signed-off-by: Valeriy Svydenko --- .../build/dockerfiles/ovsx-installer.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/che-plugin-registry/build/dockerfiles/ovsx-installer.Dockerfile b/dependencies/che-plugin-registry/build/dockerfiles/ovsx-installer.Dockerfile index 462e7cfd8d..56ad9ec58e 100644 --- a/dependencies/che-plugin-registry/build/dockerfiles/ovsx-installer.Dockerfile +++ b/dependencies/che-plugin-registry/build/dockerfiles/ovsx-installer.Dockerfile @@ -12,6 +12,6 @@ USER 1001 # TODO: do we need to use a cache folder here? ENV npm_config_cache=/tmp/opt/cache RUN mkdir -p /tmp/opt/cache && \ - npm install --location=global ovsx@0.8.2 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \ + npm install --location=global ovsx@0.8.3 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \ tar -czf ovsx.tar.gz /tmp/opt/ovsx && \ chmod g+rwX /opt/app-root/src/ovsx.tar.gz