1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

updated ruby version to 2.6.6

This commit is contained in:
Sylvain 2020-11-25 11:39:53 +01:00
parent c35020b5d6
commit ecd24d92f8
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
ruby-2.6.5
ruby-2.6.6

View File

@ -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

View File

@ -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 && \