Compare commits

..
2 Commits
Author SHA1 Message Date
julielenaerts aecf9fe674 Update to v2.13.4
build-images / build-and-push (push) Successful in 26m45s
2026-09-17 18:02:31 +02:00
julielenaerts d5a36d9ffe Update to v2.13.3
build-images / build-and-push (push) Successful in 8m14s
2026-09-17 17:20:35 +02:00
4 changed files with 16 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
## 2.13.3 - 2026-09-17
### DX
* Upgrade to php version 8.4 in Dockerfile
+3
View File
@@ -0,0 +1,3 @@
## 2.13.4 - 2026-09-17
### DX
* Fix Dockerfile permissions to be able to write to the whole /var/www/app/ directory
+8
View File
@@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.13.4 - 2026-09-17
### DX
* Fix Dockerfile permissions to be able to write to the whole /var/www/app/ directory
## 2.13.3 - 2026-09-17
### DX
* Upgrade to php version 8.4 in Dockerfile
## 2.13.2 - 2026-09-17 ## 2.13.2 - 2026-09-17
### DX ### DX
* Fix permissions for writing to cache directory during helm deployment * Fix permissions for writing to cache directory during helm deployment
+2 -2
View File
@@ -97,8 +97,8 @@ ADD ./entrypoint.sh /.
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
RUN mkdir -p /var/www/app/var/cache /var/www/app/var/log && \ RUN mkdir -p /var/www/app/var/cache /var/www/app/var/log && \
chown -R 82:82 /var/www/app/var && \ chown -R 82:82 /var/www/app && \
chmod -R 755 /var/www/app/var && \ chmod -R 755 /var/www/app && \
chown -R 82:82 /usr/local/etc/php/conf.d && \ chown -R 82:82 /usr/local/etc/php/conf.d && \
chmod -R 755 /usr/local/etc/php/conf.d chmod -R 755 /usr/local/etc/php/conf.d