diff --git a/docker-compose.postgres.yml b/docker-compose.postgres.yml index 497e92d..aea6367 100644 --- a/docker-compose.postgres.yml +++ b/docker-compose.postgres.yml @@ -2,7 +2,7 @@ version: "3.6" services: postgres: - image: postgres:16.1 + image: postgres:16.3 restart: always environment: POSTGRES_PASSWORD: enter