From 1cd1b0f6d9f657e73207f3e2b335fb632148f4bb Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 7 Nov 2024 16:06:23 -0400 Subject: [PATCH] ci: update Postgres images --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25c2508..97b7d1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ prepare: test-all: stage: test services: - - postgres:14 + - postgres:16 variables: POSTGRES_DB: "tank" POSTGRES_USER: "tank" @@ -177,7 +177,7 @@ test-scheme: DOCKER_HOST: "tcp://docker:2375" DOCKER_TLS_CERTDIR: "" services: - - name: postgres:14 + - name: postgres:16 alias: postgres - name: $CI_REGISTRY_IMAGE:$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME entrypoint: ["/bin/bash"] -- GitLab