Skip to content

Commit bef1635

Browse files
committed
update to GA version of Swift 5.10
1 parent 0a4c77d commit bef1635

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/docker-compose.2204.510.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ services:
55
image: &image swift-openapi-lambda:22.04-5.10
66
build:
77
args:
8-
base_image: "swiftlang/swift:nightly-5.10-jammy"
8+
ubuntu_version: "jammy"
9+
swift_version: "5.10"
910

1011
test:
1112
image: *image
1213

1314
shell:
1415
image: *image
16+
17+
soundness:
18+
image: *image

0 commit comments

Comments
 (0)