Skip to content

Commit

Permalink
chore: update ovsx to 0.8.3 (#1014)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Oct 4, 2023
1 parent 0a5a1d4 commit 4b37e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].2 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \
npm install --location=global [email protected].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

0 comments on commit 4b37e1b

Please sign in to comment.