Skip to content

Commit 263a3b1

Browse files
Update README.md
1 parent 4ef3881 commit 263a3b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# swiftwasm-docker
22

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+
310
### Docker images for [SwiftWasm](https://swiftwasm.org).
411
512
### Usage

0 commit comments

Comments
 (0)