Skip to content

Commit 5e77864

Browse files
committed
Update README for Swift 5.5.1 images
1 parent 7d6dee8 commit 5e77864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Device based images are a great way to get started with Swift on a specific devi
2828
| Raspberry Pi (v1 or Zero) | armv6 | 5.1 | [`wlisac/raspberry-pi-swift:5.1-build`](https://hub.docker.com/r/wlisac/raspberry-pi-swift/tags) |
2929
| Raspberry Pi 2 | armv7hf | 5.1 | [`wlisac/raspberry-pi2-swift:5.1-build`](https://hub.docker.com/r/wlisac/raspberry-pi2-swift/tags) |
3030
| Raspberry Pi 3 | armv7hf | 5.1 | [`wlisac/raspberrypi3-swift:5.1-build`](https://hub.docker.com/r/wlisac/raspberrypi3-swift/tags) |
31-
| Raspberry Pi 3 (using 64 bit OS) | aarch64 | 5.1 | [`wlisac/raspberrypi3-64-swift:5.1-build`](https://hub.docker.com/r/wlisac/raspberrypi3-64-swift/tags) |
32-
| Raspberry Pi 4 (using 64 bit OS) | aarch64 | 5.1 | [`wlisac/raspberrypi4-64-swift:5.1-build`](https://hub.docker.com/r/wlisac/raspberrypi4-64-swift/tags) |
31+
| Raspberry Pi 3 (using 64 bit OS) | aarch64 | 5.5.1 | [`wlisac/raspberrypi3-64-swift:5.5.1-build`](https://hub.docker.com/r/wlisac/raspberrypi3-64-swift/tags) |
32+
| Raspberry Pi 4 (using 64 bit OS) | aarch64 | 5.5.1 | [`wlisac/raspberrypi4-64-swift:5.5.1-build`](https://hub.docker.com/r/wlisac/raspberrypi4-64-swift/tags) |
3333
| Generic ARMv7-a HF | armv7hf | 5.1 | [`wlisac/generic-armv7ahf-swift:5.1-build`](https://hub.docker.com/r/wlisac/generic-armv7ahf-swift/tags) |
34-
| Generic AARCH64 (ARMv8) | aarch64 | 5.1 | [`wlisac/generic-aarch64-swift:5.1-build`](https://hub.docker.com/r/wlisac/generic-aarch64-swift/tags) |
34+
| Generic AARCH64 (ARMv8) | aarch64 | 5.5.1 | [`wlisac/generic-aarch64-swift:5.5.1-build`](https://hub.docker.com/r/wlisac/generic-aarch64-swift/tags) |
3535

3636
### Architecture Based Images
3737
Architecture based images are useful when building an image for multiple device types with a common architecture.
@@ -40,7 +40,7 @@ Architecture based images are useful when building an image for multiple device
4040
|-------------------------------------------------------------------------------------------------|--------------|-------|----------------------------------------------------------------------------------------|
4141
| Raspberry Pi (v1 or Zero) | armv6 | 5.1 | [`wlisac/rpi-swift:5.1-build`](https://hub.docker.com/r/wlisac/rpi-swift/tags) |
4242
| Raspberry Pi 2<br>Raspberry Pi 3<br>Generic ARMv7-a HF | armv7hf | 5.1 | [`wlisac/armv7hf-swift:5.1-build`](https://hub.docker.com/r/wlisac/armv7hf-swift/tags) |
43-
| Raspberry Pi 3 (using 64 bit OS)<br>Raspberry Pi 4 (using 64 bit OS)<br>Generic AARCH64 (ARMv8) | aarch64 | 5.1 | [`wlisac/aarch64-swift:5.1-build`](https://hub.docker.com/r/wlisac/aarch64-swift/tags) |
43+
| Raspberry Pi 3 (using 64 bit OS)<br>Raspberry Pi 4 (using 64 bit OS)<br>Generic AARCH64 (ARMv8) | aarch64 | 5.5.1 | [`wlisac/aarch64-swift:5.5.1-build`](https://hub.docker.com/r/wlisac/aarch64-swift/tags) |
4444

4545
## Image Variants
4646

@@ -59,7 +59,7 @@ There are several image variants available depending on hardware, Linux distribu
5959
- Ubuntu: Bionic and Xenial
6060
- Swift Versions
6161
- Swift 4 (`4.2.3`)
62-
- Swift 5 (`5.1`, `5.0.1`, `5.0`)
62+
- Swift 5 (`5.5.1`, `5.1`, `5.0.1`, `5.0`)
6363
- `build` and `run` image variants for [multi-stage builds](https://docs.docker.com/develop/develop-images/multistage-build/)
6464

6565
### Image Naming Scheme

0 commit comments

Comments
 (0)