You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# swiftwasm-docker
2
2
3
+
> [!WARNING]
4
+
> We stopped distributing Docker images since Swift 6.0. Please use [our new Swift SDKs](https://book.swiftwasm.org/getting-started/setup.html) with the official Swift images instead.
5
+
> ```dockerfile
6
+
> FROM swift:6.0.3
7
+
> RUN swift sdk install "https://github.com/swiftwasm/swift/releases/download/swift-wasm-6.0.3-RELEASE/swift-wasm-6.0.3-RELEASE-wasm32-unknown-wasi.artifactbundle.zip" --checksum "31d3585b06dd92de390bacc18527801480163188cd7473f492956b5e213a8618"
8
+
> ```
9
+
3
10
### Docker images for [SwiftWasm](https://swiftwasm.org).
0 commit comments