diff --git a/README.md b/README.md index 15fd540..67cdfc5 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,10 @@ Buildbox versioning correlates to a Swift Version and a Playwright Version. | **2.1** | 5.9.1 | 1.39.0 | | **2.2** | 5.9.2 | 1.39.0 | | **2.3** | 5.9.2 | 1.42.1 | +| **2.4** | 5.9.2 | 1.42.1 | | **2.4** | 5.10.1 | 1.42.1 | | **3.0** | 6.0.2 | 1.42.1 | +| **4.0** | 6.2.0 | 1.42.1 | ## Support For help with the toolchain please visit our [discourse](https://discourse.uitsmijter.io) server. diff --git a/buildbox.dockerfile b/buildbox.dockerfile index b44533c..6ce431a 100644 --- a/buildbox.dockerfile +++ b/buildbox.dockerfile @@ -1,7 +1,7 @@ # ---------------------------------------------------------------------------------------- # Uitsmijter Swift Buildbox # ---------------------------------------------------------------------------------------- -ARG BASEIMAGE=swift:6.0.2-noble +ARG BASEIMAGE=swift:6.2.0-noble FROM ${BASEIMAGE} as build LABEL maintainer="aus der Technik" diff --git a/src/entrypoint-build.sh b/src/entrypoint-build.sh index 6fed99f..065974d 100755 --- a/src/entrypoint-build.sh +++ b/src/entrypoint-build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash echo "" -echo "Uitsmijter Buildbox 3.0.0 | Swift 6.0.2" +echo "Uitsmijter Buildbox 3.0.0 | Swift 6.2.0" echo "------------------------------------------------------------" echo "Visit: https://docs.uitsmijter.io" echo "" diff --git a/src/entrypoint-test.sh b/src/entrypoint-test.sh index b3a0394..fdc0e7c 100755 --- a/src/entrypoint-test.sh +++ b/src/entrypoint-test.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash echo "" -echo "Uitsmijter TestRunner 3.0.0 | Swift 6.0.2" +echo "Uitsmijter TestRunner 3.0.0 | Swift 6.2.0" echo "------------------------------------------------------------" echo "Visit: https://docs.uitsmijter.io" echo ""