1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

(security) updated ruby to 2.6.10

This commit is contained in:
Sylvain 2022-05-04 10:36:57 +02:00
parent 5e5822c89f
commit 8f4c254d75
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
ruby-2.6.7 ruby-2.6.10

View File

@ -4,6 +4,7 @@
- when generating an avoir, the option "by_wallet" is not present anymore if wallet module is off - when generating an avoir, the option "by_wallet" is not present anymore if wallet module is off
- Fix a bug: edge case of birthday in the future in seeds.rb, we should use Date.current instead of DateTime.current since birthday is a date (see https://github.com/sleede/fab-manager/issues/344) - Fix a bug: edge case of birthday in the future in seeds.rb, we should use Date.current instead of DateTime.current since birthday is a date (see https://github.com/sleede/fab-manager/issues/344)
- Fix a security issue: updated ruby to 2.6.10 to fix [CVE-2022-28739](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28739)
## v5.3.13 2022 May 02 ## v5.3.13 2022 May 02

View File

@ -1,4 +1,4 @@
FROM ruby:2.6.9-alpine FROM ruby:2.6.10-alpine
MAINTAINER contact@fab-manager.com MAINTAINER contact@fab-manager.com
# Install upgrade system packages # Install upgrade system packages