Skip to content

Commit adb3939

Browse files
authored
Swift 5.3 was released, use if for CI (#74)
motivation: Swift 5.3 was released, use if for CI changes: update docker setup to use the release version of 5.3
1 parent adfec6a commit adb3939

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: swift-service-lifecycle:18.04-5.3
77
build:
88
args:
9-
base_image: "swiftlang/swift:nightly-bionic"
9+
ubuntu_version: "bionic"
10+
swift_version: "5.3"
1011

1112
test:
1213
image: swift-service-lifecycle:18.04-5.3

0 commit comments

Comments
 (0)