Skip to content

Commit

Permalink
improve 5.3 docker setup (#214)
Browse files Browse the repository at this point in the history
motivation: pin to 5.3 nighties 

changes: use swiftlang/swift:nightly-5.3-master-bionic instead of swiftlang/swift:nightly-master-bionic
  • Loading branch information
tomerd committed May 5, 2020
1 parent e0049a1 commit 67303bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.1804.53.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: swift-nio-ssl:18.04-5.3
build:
args:
base_image: "swiftlang/swift:nightly-master-bionic"
base_image: "swiftlang/swift:nightly-5.3-bionic"

unit-tests:
image: swift-nio-ssl:18.04-5.3
Expand Down

0 comments on commit 67303bd

Please sign in to comment.