From 46ae716aa0eaaa9b8988de9e859a011752278347 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Fri, 10 Jul 2026 13:27:32 +0200 Subject: [PATCH] Update dockerfile to use postgresql 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4fdee01..73a3ea2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.3-fpm-alpine AS chill_base_php82 -ENV POSTGRES_VERSION=15 +ENV POSTGRES_VERSION=16 # default UID for the PHP user ARG UID=1000