From d4764eb2f630d415772436bfd6bdfa089c503bdb Mon Sep 17 00:00:00 2001 From: madtibo Date: Wed, 24 Mar 2021 15:29:15 +0100 Subject: [PATCH] update docker versions for CI (PG and perl) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2cab6cf..dd16792 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,8 +3,8 @@ version: 2 jobs: test: docker: - - image: perl:5.24-threaded - - image: postgres:12-alpine + - image: perl:5-threaded + - image: postgres:13-alpine environment: POSTGRES_USER: postgres POSTGRES_POSTGRES: postgres