Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5a36d9ffe | ||
|
|
d538bf0410 |
@@ -0,0 +1,3 @@
|
||||
## 2.13.3 - 2026-09-17
|
||||
### DX
|
||||
* Upgrade to php version 8.4 in Dockerfile
|
||||
@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## 2.13.3 - 2026-09-17
|
||||
### DX
|
||||
* Upgrade to php version 8.4 in Dockerfile
|
||||
|
||||
## 2.13.2 - 2026-09-17
|
||||
### DX
|
||||
* Fix permissions for writing to cache directory during helm deployment
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM php:8.3-fpm-alpine AS chill_base_php82
|
||||
FROM php:8.4-fpm-alpine AS chill_base_php82
|
||||
|
||||
ENV POSTGRES_VERSION=16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user