Skip to content

Commit 4e81cd5

Browse files
committed
update dependency
1 parent f0a77f5 commit 4e81cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zgw/openklant/docker-compose-override.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
command: sh /app/init/init.sh
3030

3131
openklant-2-db:
32-
image: postgres:15
32+
image: postgres:17
3333
container_name: openklant-2-db-test
3434
environment:
3535
- POSTGRES_USER=openklant
@@ -39,5 +39,5 @@ services:
3939
- ./imports/openklant-2/database:/docker-entrypoint-initdb.d/
4040

4141
redis:
42-
image: redis:6.2.17
42+
image: redis:7.4.2
4343
container_name: redis-test

0 commit comments

Comments
 (0)