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