Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion buildbox.dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/entrypoint-build.sh
Original file line number Diff line number Diff line change
@@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion src/entrypoint-test.sh
Original file line number Diff line number Diff line change
@@ -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 ""
Expand Down
Loading