mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:31:42 +00:00
git 2.22.2 tiene varios CVE resueltos
This commit is contained in:
parent
04ccb9f3a9
commit
f175212c43
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ RUN apk add --no-cache postgresql-libs libssh2 file rsync git
|
|||
|
||||
# Chequear que la versión de ruby sea la correcta
|
||||
RUN test "2.5.7" = `ruby -e 'puts RUBY_VERSION'`
|
||||
# Versión de git
|
||||
RUN test "2.22.2" = `git --version | cut -d ' ' -f 3`
|
||||
|
||||
# https://github.com/rubygems/rubygems/issues/2918
|
||||
# https://gitlab.alpinelinux.org/alpine/aports/issues/10808
|
||||
|
|
Loading…
Reference in a new issue