Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 36d591b

Browse files
committed
Quote due to #1183
1 parent 838f889 commit 36d591b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

containers/dotnet-mssql/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] .NET version: 6.0, 5.0, 3.1
2-
ARG VARIANT=6.0
2+
ARG VARIANT="6.0"
33
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:${VARIANT}-focal
44

55
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10

containers/dotnet-mssql/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
dockerfile: Dockerfile
88
args:
99
# Update 'VARIANT' to pick a version of .NET: 3.1, 5.0, 6.0
10-
VARIANT: 6.0
10+
VARIANT: "6.0"
1111
# Optional version of Node.js
1212
NODE_VERSION: "lts/*"
1313

0 commit comments

Comments
 (0)