From 81406694bc529b16309f9a1f8e8dc5281df5b96a Mon Sep 17 00:00:00 2001 From: tomer doron Date: Mon, 3 Feb 2020 11:57:03 -0800 Subject: [PATCH] actually use 16.04 on 16.04 builds motivation: 16.04 docker-compose setup was pulling 18.04 by mistake changes: use xenial instead of bionic --- docker/docker-compose.1604.51.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.1604.51.yaml b/docker/docker-compose.1604.51.yaml index 72aee2631..3d738695f 100644 --- a/docker/docker-compose.1604.51.yaml +++ b/docker/docker-compose.1604.51.yaml @@ -6,7 +6,7 @@ services: image: async-http-client:16.04-5.1 build: args: - ubuntu_version: "bionic" + ubuntu_version: "xenial" swift_version: "5.1.3" test: