mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
(security) updated Ruby to 3.2.2
This commit is contained in:
parent
371b5731fe
commit
58e8a9dff5
@ -1 +1 @@
|
||||
ruby-3.2.1
|
||||
ruby-3.2.2
|
||||
|
@ -3,6 +3,8 @@
|
||||
## v6.0.3 2023 April 12
|
||||
|
||||
- Fix a bug: unable to install Fab-manager by setup.sh
|
||||
- Fix a security issue: updated Ruby to 3.2.2 to fix [CVE-2023-28755](https://www.ruby-lang.org/en/news/2023/03/28/redos-in-uri-cve-2023-28755/)
|
||||
- Fix a security issue: updated Ruby to 3.2.2 to fix [CVE-2023-28756](https://www.ruby-lang.org/en/news/2023/03/30/redos-in-time-cve-2023-28756/)
|
||||
|
||||
## v6.0.2 2023 April 05
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ruby:3.2.1-alpine
|
||||
FROM ruby:3.2.2-alpine
|
||||
MAINTAINER contact@fab-manager.com
|
||||
|
||||
# Install upgrade system packages
|
||||
|
Loading…
Reference in New Issue
Block a user