diff --git a/README.md b/README.md index b7a760b..15fd540 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Buildbox versioning correlates to a Swift Version and a Playwright Version. | **2.2** | 5.9.2 | 1.39.0 | | **2.3** | 5.9.2 | 1.42.1 | | **2.4** | 5.10.1 | 1.42.1 | +| **3.0** | 6.0.2 | 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 0a58a65..b44533c 100644 --- a/buildbox.dockerfile +++ b/buildbox.dockerfile @@ -1,7 +1,7 @@ # ---------------------------------------------------------------------------------------- # Uitsmijter Swift Buildbox # ---------------------------------------------------------------------------------------- -ARG BASEIMAGE=swift:5.10.1-jammy +ARG BASEIMAGE=swift:6.0.2-noble FROM ${BASEIMAGE} as build LABEL maintainer="aus der Technik" diff --git a/src/entrypoint-build.sh b/src/entrypoint-build.sh index 74ebd34..6fed99f 100755 --- a/src/entrypoint-build.sh +++ b/src/entrypoint-build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash echo "" -echo "Uitsmijter Buildbox 2.4.0 | Swift 5.10.1" +echo "Uitsmijter Buildbox 3.0.0 | Swift 6.0.2" echo "------------------------------------------------------------" echo "Visit: https://docs.uitsmijter.io" echo "" diff --git a/src/entrypoint-test.sh b/src/entrypoint-test.sh index c81a660..b3a0394 100755 --- a/src/entrypoint-test.sh +++ b/src/entrypoint-test.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash echo "" -echo "Uitsmijter TestRunner 2.4.0 | Swift 5.10.1" +echo "Uitsmijter TestRunner 3.0.0 | Swift 6.0.2" echo "------------------------------------------------------------" echo "Visit: https://docs.uitsmijter.io" echo ""