From f175212c431772def969a792dd5dc190e7e90a64 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 11 Dec 2019 17:19:17 -0300 Subject: [PATCH] git 2.22.2 tiene varios CVE resueltos --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6c9855c1..46872ab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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