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:
parent
5e5822c89f
commit
8f4c254d75
@ -1 +1 @@
|
|||||||
ruby-2.6.7
|
ruby-2.6.10
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user