Skip to content

Commit 92e47d9

Browse files
authored
added support for Swift 5.10 docker image, when available (#22)
1 parent 34a2dce commit 92e47d9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Develop Swift based applications. Includes everything you need to get up and run
88

99
| Options Id | Description | Type | Default Value |
1010
|-----|-----|-----|-----|
11-
| imageVariant | Version of Swift | string | 5.9 |
11+
| imageVariant | Version of Swift | string | 5.10 |
1212

1313
This template uses the common-utils feature to implement some commonly implemented options including install zsh and updating packages. Edit the values in the `devcontainer.json` to enable these. More details on available options can be found [here](https://github.com/devcontainers/features/blob/main/src/common-utils/README.md).
1414

src/swift/devcontainer-template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"type": "string",
1212
"description": "Swift version:",
1313
"proposals": [
14+
"5.10",
1415
"5.9",
1516
"5.8",
1617
"5.7",
@@ -21,7 +22,7 @@
2122
"5.2",
2223
"5.1"
2324
],
24-
"default": "5.9"
25+
"default": "5.10"
2526
}
2627
},
2728
"platforms": [

0 commit comments

Comments
 (0)