diff --git a/compose.yml b/compose.yml index 4ce72dc..77f8e81 100644 --- a/compose.yml +++ b/compose.yml @@ -22,6 +22,6 @@ services: postgresql: container_name: postgresql - image: postgres:17.10 + image: postgres:18.4 environment: POSTGRES_PASSWORD: my_password \ No newline at end of file