Skip to content

Commit

Permalink
Merge pull request #175 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabrielrufino authored Aug 21, 2023
2 parents e6eb52a + faf7c94 commit 64272e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ services:
- verdaccio:/verdaccio/storage
restart: ${VERDACCIO_RESTART_POLICY-no}
vscode:
image: lscr.io/linuxserver/openvscode-server:${VSCODE_VERSION:-1.80.1}
image: lscr.io/linuxserver/openvscode-server:${VSCODE_VERSION:-1.81.0}
container_name: ${VSCODE_CONTAINER_NAME:-}
ports:
- 3003:3000
Expand Down
2 changes: 1 addition & 1 deletion docs/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker compose up -d vscode

| **Name** | **Default** |
| ----------------------- | ----------------- |
| VSCODE_VERSION | 1.80.1 |
| VSCODE_VERSION | 1.81.0 |
| VSCODE_CONTAINER_NAME | |
| VSCODE_SUDO_PASSWORD | root |
| VSCODE_CONNECTION_TOKEN | root |
Expand Down

0 comments on commit 64272e7

Please sign in to comment.