Skip to content

Commit 378419d

Browse files
committed
Add version information to Readme
1 parent d7ee219 commit 378419d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
PROJECT=swift-codeserver
22
SWIFT_VERSION=6.2
3-

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN pip install bash_kernel; python3 -m bash_kernel.install
8282

8383
# Setup System Preferences
8484
# ----------------------------------------------------------------------------------------
85-
ENV MAX_USER_INSTANCES 2048
85+
ENV MAX_USER_INSTANCES=2048
8686

8787

8888
# Setting the startp

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Pull the latest docker image from the registry:
99
docker pull ghcr.io/uitsmijter/swift-codeserver:latest
1010
```
1111

12+
## Installed Version
13+
- Swift 6.2
14+
1215
## Support
1316
For help with the codeserver please visit our [discourse](https://discourse.uitsmijter.io) server.
1417

0 commit comments

Comments
 (0)