From ecd24d92f8546e2aeebe0fd0e6f13eb7cb6d8713 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 25 Nov 2020 11:39:53 +0100 Subject: [PATCH] updated ruby version to 2.6.6 --- .ruby-version | 2 +- CHANGELOG.md | 2 ++ Dockerfile | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index d7edb5686..f6ab44e9b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-2.6.5 +ruby-2.6.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index faa78492a..fa50ac39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## Next release +- Updated ruby version to 2.6.6 - Add configuration of the postgreSQL username in environment variables - Fix a bug: unable to build homepage custom stylesheet +- Fix some security issues: [CVE-2020-10663](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10663) and [CVE-2020-10933](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10933) - [TODO DEPLOY] add `POSTGRES_USERNAME=postgres` to the environment variables (see [doc/environment.md](doc/environment.md#POSTGRES_USERNAME) for configuration details) ## v4.6.3 2020 October 28 diff --git a/Dockerfile b/Dockerfile index 116661ca0..bf24df5e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM ruby:2.6.5-alpine -MAINTAINER peng@sleede.com +FROM ruby:2.6.6-alpine +MAINTAINER contact@fab-manager.com # Install upgrade system packages RUN apk update && apk upgrade && \