We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ee219 commit 378419dCopy full SHA for 378419d
3 files changed
.env
@@ -1,3 +1,2 @@
1
PROJECT=swift-codeserver
2
SWIFT_VERSION=6.2
3
-
Dockerfile
@@ -82,7 +82,7 @@ RUN pip install bash_kernel; python3 -m bash_kernel.install
82
83
# Setup System Preferences
84
# ----------------------------------------------------------------------------------------
85
-ENV MAX_USER_INSTANCES 2048
+ENV MAX_USER_INSTANCES=2048
86
87
88
# Setting the startp
README.md
@@ -9,6 +9,9 @@ Pull the latest docker image from the registry:
9
docker pull ghcr.io/uitsmijter/swift-codeserver:latest
10
```
11
12
+## Installed Version
13
+- Swift 6.2
14
+
15
## Support
16
For help with the codeserver please visit our [discourse](https://discourse.uitsmijter.io) server.
17
0 commit comments