From b8b888090d6820c795119579c5679ed5a27175b0 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 10 Dec 2019 21:41:15 -0800 Subject: [PATCH] Select Postgres service to work with particular client version. --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f929564fb..57ba82cf7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: python-3-5-alpine-3-10 services: - name: postgresql - image: postgres:11.5 + image: postgres:11.6-alpine environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -21,7 +21,7 @@ name: python-3-6-alpine-3-10 services: - name: postgresql - image: postgres:11.5 + image: postgres:11.6-alpine environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -38,7 +38,7 @@ name: python-3-7-alpine-3-10 services: - name: postgresql - image: postgres:11.5 + image: postgres:11.6-alpine environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -55,7 +55,7 @@ name: python-3-7-alpine-3-7 services: - name: postgresql - image: postgres:11.5 + image: postgres:10.11-alpine environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -72,7 +72,7 @@ name: python-3-8-alpine-3-10 services: - name: postgresql - image: postgres:11.5 + image: postgres:11.6-alpine environment: POSTGRES_PASSWORD: test POSTGRES_DB: test