Skip to content

Commit

Permalink
chore: update devcontainer settings (#1519)
Browse files Browse the repository at this point in the history
* chore: update for non-root based devcontainer image
* chore: use sqlserver 2022 for development
  • Loading branch information
arthurschreiber authored Feb 5, 2023
1 parent 3f4865f commit 86fe546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:

volumes:
- "..:/workspace:cached"
- "./test-connection.json:/root/.tedious/test-connection.json"
- "./test-connection.json:/home/node/.tedious/test-connection.json"

# Overrides default command so things don't shut down after the process ends.
command: "sleep infinity"
Expand All @@ -15,7 +15,7 @@ services:
- mssql

mssql:
image: "mcr.microsoft.com/mssql/server:2019-latest"
image: "mcr.microsoft.com/mssql/server:2022-latest"

restart: unless-stopped

Expand Down

0 comments on commit 86fe546

Please sign in to comment.