RotherOSS / otobo-docker

OTOBO Docker and Docker Compose files.
GNU General Public License v3.0
32 stars 16 forks source link

Update versions of mariadb and redis in otobo-base.yml #65

Closed bschmalhofer closed 3 years ago

bschmalhofer commented 3 years ago

Currently docker-compose/otobo-base.yml contains hardcoded patchlevel releases of the MariaDB and Redis images. It should be checked whether these images still receive security update.

svenoe commented 3 years ago

We changed this to minor upgrade level.

bschmalhofer commented 3 years ago

While discussing this, @svenoe and me found that allowing the users to set these versions via .env would be a good idea. Let's do this in a separate issue.