Compare commits

..
3 Commits
Author SHA1 Message Date
julielenaerts a2738a2f7c Update drone file to use node 24
continuous-integration/drone/tag Build is passing
2026-07-10 13:59:05 +02:00
julielenaerts e29c743985 remove composer and yarn lock files
continuous-integration/drone/tag Build is failing
2026-07-10 13:51:59 +02:00
julielenaerts 46ae716aa0 Update dockerfile to use postgresql 16
continuous-integration/drone/tag Build is failing
2026-07-10 13:27:32 +02:00
4 changed files with 2 additions and 22700 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ steps:
- build-base-image
- name: build-assets
image: node:20
image: node:24
pull: always
commands:
- yarn install
+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
Generated
-15798
View File
File diff suppressed because it is too large Load Diff
-6900
View File
File diff suppressed because it is too large Load Diff