5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-06 20:55:45 +00:00

git 2.22.2 tiene varios CVE resueltos

This commit is contained in:
f 2019-12-11 17:19:17 -03:00
parent 04ccb9f3a9
commit f175212c43
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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