From 04a6212cd7ed29136ec3e55115226ddaa630b288 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Fri, 16 May 2025 15:39:58 +0200 Subject: [PATCH] Update PostgreSQL and MeiliSearch images to latest versions --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index ce8ca58..fef13ba 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: postgres:16-alpine + image: postgres:17-alpine env_file: stack.env restart: always volumes: @@ -20,7 +20,7 @@ services: - postgres - meilisearch meilisearch: - image: getmeili/meilisearch:v1.12.8 + image: getmeili/meilisearch:v1.14 restart: always env_file: - stack.env