Skip to content

Commit ae24753

Browse files
authored
Use release version of 5.5 in CI (#436)
1 parent 0bce647 commit ae24753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/docker-compose.2004.55.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
image: async-http-client:20.04-5.5
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-5.5-focal"
9+
ubuntu_version: "focal"
10+
swift_version: "5.5"
1011

1112

1213
test:

0 commit comments

Comments
 (0)