Skip to content

Commit f01021e

Browse files
authored
Swift 5.3-RELEASE is here, let's use it. (#307)
1 parent 1223f5e commit f01021e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/docker-compose.1804.53.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
image: async-http-client:18.04-5.3
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-master-bionic"
9+
ubuntu_version: "bionic"
10+
swift_version: "5.3"
1011

1112
test:
1213
image: async-http-client:18.04-5.3

0 commit comments

Comments
 (0)