Skip to content

Commit

Permalink
chore: update devcontainer configuration (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber authored Jul 15, 2023
1 parent 9359077 commit 299d576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: "mcr.microsoft.com/vscode/devcontainers/javascript-node:14"
image: "mcr.microsoft.com/devcontainers/javascript-node:16"

volumes:
- "..:/workspace:cached"
Expand Down

0 comments on commit 299d576

Please sign in to comment.