swift-kafka-client icon indicating copy to clipboard operation
swift-kafka-client copied to clipboard

Updates the Dockerfile's Swift version to match the `Package.swift`.

Open zaneenders opened this issue 5 months ago • 0 comments

Updates the Dockerfile's Swift version to match the Package.swift version.

Motivation:

When running the command docker-compose -f docker/docker-compose.yaml run test, the project fails to build because of mismatched Swift versions.

Modifications:

Update the Dockerfile to Swift 5.10.

Result:

Docker test command now runs successfully.

zaneenders avatar Jun 26 '25 01:06 zaneenders