Skip to content

Commit b8fb78f

Browse files
authored
actually use 16.04 on 16.04 builds (#159)
motivation: 16.04 docker-compose setup was pulling 18.04 by mistake changes: use xenial instead of bionic
1 parent a49510c commit b8fb78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/docker-compose.1604.51.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
image: async-http-client:16.04-5.1
77
build:
88
args:
9-
ubuntu_version: "bionic"
9+
ubuntu_version: "xenial"
1010
swift_version: "5.1.3"
1111

1212
test:

0 commit comments

Comments
 (0)