Skip to content

Commit

Permalink
Update default version of vscode service
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Apr 5, 2023
1 parent afdf3f9 commit 4dcb771
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 @@ -358,7 +358,7 @@ services:
- verdaccio:/verdaccio/storage
restart: ${VERDACCIO_RESTART_POLICY-no}
vscode:
image: lscr.io/linuxserver/openvscode-server:${VSCODE_VERSION:-1.75.1}
image: lscr.io/linuxserver/openvscode-server:${VSCODE_VERSION:-1.76.2}
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.75.1 |
| VSCODE_VERSION | 1.76.2 |
| VSCODE_CONTAINER_NAME | |
| VSCODE_SUDO_PASSWORD | root |
| VSCODE_TRAEFIK_USERNAME | |
Expand Down

0 comments on commit 4dcb771

Please sign in to comment.