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:
parent
c35020b5d6
commit
ecd24d92f8
@ -1 +1 @@
|
||||
ruby-2.6.5
|
||||
ruby-2.6.6
|
||||
|
@ -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
|
||||
|
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user