Compare commits

..
1 Commits
Author SHA1 Message Date
julielenaerts 46ae716aa0 Update dockerfile to use postgresql 16
continuous-integration/drone/tag Build is failing
2026-07-10 13:27:32 +02:00
+1 -1
View File
@@ -1,6 +1,6 @@
FROM php:8.3-fpm-alpine AS chill_base_php82 FROM php:8.3-fpm-alpine AS chill_base_php82
ENV POSTGRES_VERSION=15 ENV POSTGRES_VERSION=16
# default UID for the PHP user # default UID for the PHP user
ARG UID=1000 ARG UID=1000