From 84d45c611f2fb7627d90c34ad08d03a5afe359c2 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 10 Nov 2017 10:54:11 -0800 Subject: Bump PostgreSQL image to 9.6 It appears that PostgreSQL pulled the 9.2 images from Docker Hub, so we could either create our own image, use 9.3, or bump to 9.6. I think the latter is the best thing to do now since we ship with 9.6. Closes gitlab-org/gitlab-ee#3758 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5710effc39d..4407e98b2da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,7 +61,7 @@ stages: .use-pg: &use-pg services: - - postgres:9.2 + - postgres:9.6 - redis:alpine .use-mysql: &use-mysql -- cgit v1.2.1