Update dockerfile to use postgresql version 15
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Julie Lenaerts 2025-01-08 10:59:41 +01:00
parent 8797e6af7c
commit e65dd3ee87

View File

@ -1,6 +1,6 @@
FROM php:8.3-fpm-alpine AS chill_base_php82
ENV POSTGRES_VERSION=14
ENV POSTGRES_VERSION=15
# default UID for the PHP user
ARG UID=1000