Update dockerfile to use postgresql 16
continuous-integration/drone/tag Build is failing

This commit is contained in:
2026-07-10 13:27:32 +02:00
parent 9a401d740a
commit 46ae716aa0
+1 -1
View File
@@ -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