Skip to content

Commit

Permalink
Fix developer image pipeline
Browse files Browse the repository at this point in the history
Fixes #134
  • Loading branch information
routerino committed Feb 24, 2024
1 parent eead985 commit aac8783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# install container dependencies
dnf module install -y nodejs
dnf install -y nodejs
2 changes: 1 addition & 1 deletion docker/development/scripts/install-openvscode-server.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# script variables
OPENVSCODE_VERSION="1.79.2"
OPENVSCODE_VERSION="1.86.2"
OPENVSCODE_URL="https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-v$OPENVSCODE_VERSION/openvscode-server-v$OPENVSCODE_VERSION-linux-x64.tar.gz"
OPENVSCODE_RELEASE="openvscode-server-v$OPENVSCODE_VERSION-linux-x64"

Expand Down

0 comments on commit aac8783

Please sign in to comment.