opencve / opencve-docker

Docker Image packaging for OpenCVE
https://www.opencve.io
Other
41 stars 38 forks source link

EOL PostgreSQL 11 used in docker-compose.yml #56

Open ronott opened 2 weeks ago

ronott commented 2 weeks ago

Expected Behavior

A supported version of PostgreSQL is used

Actual Behavior

OpenCVE Docker uses PostgreSQL 11 which is EOL since November 2023 (according to https://www.postgresql.org/support/versioning/)

Is it save to just up the PostgreSQL version number in docker-compose.yml or are there any hard requirements on PostgreSQL 11?

Steps to Reproduce the Problem

        - postgres
postgres:
    container_name: postgres
    image: postgres:11
        PGDATA: /var/lib/postgresql/data
        - postgres:/var/lib/postgresql/data
postgres:

Specifications