diff --git a/compose.postgres.yml b/compose.postgres.yml index 805ec9b..3ba8ba1 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -13,7 +13,7 @@ services: - SELFOSS_DB_USERNAME=selfoss - SELFOSS_DB_PASSWORD_FILE=/run/secrets/db_password db: - image: "postgres:9.6.5" + image: "postgres:9.6.22" volumes: - "postgres:/var/lib/postgresql/data" networks: